Skip to content

Commit

Permalink
fixed nginx port for production
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGomes14 committed Jan 31, 2022
1 parent 2f8f1f4 commit b92386c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
ports:
- 80:80
- 443:443
- 8000:80

netor_coordinator:
image: netor/coordinator
Expand Down

0 comments on commit b92386c

Please sign in to comment.