Skip to content
Snippets Groups Projects
Commit 106320ec authored by Linus Fankhauser's avatar Linus Fankhauser
Browse files

fix Port 80

parent 81d44ce3
Loading
FROM nginx:alpine
FROM nginx:latest
COPY . /usr/share/nginx/html
......@@ -5,7 +5,7 @@ services:
container_name: frontend
restart: unless-stopped
ports:
- 443:80
- 3000:80
depends_on:
- backend
- database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment