Skip to content

Commit

Permalink
fixed nginx setting
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavCR committed Feb 23, 2024
1 parent 4e8d524 commit a4127a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker-compose-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
nginx:
image: ${DOCKERHUB_USERNAME}/${PROJECT_NAME}_nginx:latest
ports:
- "8000:80"
- "80:80"
- "443:443"
volumes:
- static_volume:/static
Expand Down

0 comments on commit a4127a3

Please sign in to comment.