Remove nginx.conf mount to fix deployment issue
This commit is contained in:
parent
7f2eb6737d
commit
5e8ffd3a4c
@ -6,7 +6,6 @@ services:
|
||||
- "6767:80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NGINX_HOST=localhost
|
||||
|
Loading…
Reference in New Issue
Block a user