Took off read-only on NGINX volume
This commit is contained in:
@@ -106,7 +106,7 @@ services:
|
|||||||
- "${HOST_HTTP_PORT}:80"
|
- "${HOST_HTTP_PORT}:80"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Web:/etc/nginx:ro
|
- Web:/etc/nginx
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user