This commit is contained in:
William Miceli
2018-03-27 16:36:50 -04:00
parent f84fd3b57b
commit 72fa34c51b

View File

@@ -39,10 +39,7 @@ services:
ports:
- "8000:80"
volumes:
- type: volume
source: ${VOLUME_WEB}
target: /etc/nginx/nginx.conf
read_only: true
- ${VOLUME_WEB}:/etc/nginx/nginx.conf:nocopy
volumes_from:
- app
environment:
@@ -66,7 +63,4 @@ environment:
- MYSQL_ROOT_PASSWORD='pwd'
networks:
ninja-net:
volumes:
${VOLUME_WEB}:
nocopy: true
volumes_driver: rancher-nfs