Skip to content

Commit

Permalink
fix nginx conf in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
elenashovtyuk committed Sep 6, 2023
1 parent b49d9f2 commit eff26b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/prod/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
ports:
- "80:${NGINX_PORT}"
volumes:
- ./nginx.stage.conf.template:/etc/nginx/templates/default.conf.template
- ./nginx.prod.conf.template:/etc/nginx/templates/default.conf.template
- ../../static:/var/html/static/
- ../../media:/var/html/media/
- ./logs/nginx/:/var/log/nginx/
Expand Down

0 comments on commit eff26b5

Please sign in to comment.