Skip to content

Commit

Permalink
port gateway re-established
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyR01 committed Jul 19, 2024
1 parent 65beec7 commit 8016f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ services:
- backend
- frontend
restart: always
env_file: .env.prod
# env_file: .env.prod
ports:
# - ${GATEWAY_PORT:-7000}:80
- ${GATEWAY_PORT}:80
- ${GATEWAY_PORT:-7000}:80
# - ${GATEWAY_PORT}:80
# - 7000:80
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
Expand Down

0 comments on commit 8016f75

Please sign in to comment.