Pointing docker compose file to correct nginx

This commit is contained in:
Finley Ghosh 2025-09-13 17:17:23 +10:00
parent 62c44c3fda
commit 8866703a9f

View file

@ -6,7 +6,7 @@ services:
ports:
- "8080:80" # Production nginx on port 8080 to avoid conflict
volumes:
- ./conf/nginx-site.conf:/etc/nginx/conf.d/cmc.conf
- ./conf/nginx-site.prod.conf:/etc/nginx/conf.d/cmc.conf
- ./userpasswd:/etc/nginx/userpasswd:ro
depends_on:
- cmc-prod-php