Skip to content

Commit

Permalink
Merge pull request #53 from Pet-projects-CodePET/dev_docker
Browse files Browse the repository at this point in the history
fixed nginx setting
  • Loading branch information
VladislavCR authored Feb 23, 2024
2 parents 423b6e6 + a4127a3 commit 519422a
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 519422a

Please sign in to comment.