Skip to content

Commit

Permalink
fix: nginx config bind for docker compose file for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulijuz committed Oct 24, 2024
1 parent 62879b8 commit 753b838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ services:
- 80:80
- 443:443
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx/default.conf:/etc/nginx/templates/default.conf.template:ro
- ./containers/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./containers/nginx/default.conf:/etc/nginx/templates/default.conf.template:ro
- store:/usr/store:ro
- ./certs/conf:/etc/letsencrypt:ro
- ./certs/www/:/var/www/certbot:ro
Expand Down

0 comments on commit 753b838

Please sign in to comment.