Remove nginx.conf mount to fix deployment issue
This commit is contained in:
parent
7f2eb6737d
commit
5e8ffd3a4c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user