Remove nginx.conf mount to fix deployment issue

This commit is contained in:
Adolfo Delorenzo 2025-07-19 00:52:38 +00:00
parent 7f2eb6737d
commit 5e8ffd3a4c

View File

@ -6,7 +6,6 @@ services:
- "6767:80" - "6767:80"
volumes: volumes:
- ./html:/usr/share/nginx/html:ro - ./html:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
restart: unless-stopped restart: unless-stopped
environment: environment:
- NGINX_HOST=localhost - NGINX_HOST=localhost