Skip to content

Commit

Permalink
fix: remove port on prod compose to prevent conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 5, 2024
1 parent 29e06aa commit c4cd206
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
fe:
image: nginx:alpine
restart: unless-stopped
ports:
- 80:80
volumes:
- ./frontend/dist:/usr/share/nginx/html
entrypoint:
Expand Down

0 comments on commit c4cd206

Please sign in to comment.