0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

delete volume mount, It append the path of dockerfile build.

This commit is contained in:
cropse 2017-11-15 22:50:58 +08:00
parent 6bd977cb3b
commit 1eb3ca378a
6 changed files with 1 additions and 20 deletions

View file

@ -40,7 +40,6 @@ services:
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
volumes:
- certs:/etc/nginx/certs:ro
- conf.d:/etc/nginx/conf.d
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
@ -52,7 +51,6 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
- conf.d:/etc/nginx/conf.d
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -65,7 +63,6 @@ volumes:
db:
nextcloud:
certs:
conf.d:
vhost.d:
html:

View file

@ -49,7 +49,6 @@ services:
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
volumes:
- certs:/etc/nginx/certs:ro
- conf.d:/etc/nginx/conf.d
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
@ -61,7 +60,6 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
- conf.d:/etc/nginx/conf.d
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -74,7 +72,6 @@ volumes:
db:
nextcloud:
certs:
conf.d:
vhost.d:
html: