mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
delete volume mount, It append the path of dockerfile build.
This commit is contained in:
parent
6bd977cb3b
commit
1eb3ca378a
6 changed files with 1 additions and 20 deletions
|
@ -68,7 +68,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
|
||||
|
@ -80,7 +79,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
|
||||
|
@ -93,7 +91,6 @@ volumes:
|
|||
db:
|
||||
nextcloud:
|
||||
certs:
|
||||
conf.d:
|
||||
vhost.d:
|
||||
html:
|
||||
|
||||
|
|
|
@ -77,7 +77,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
|
||||
|
@ -89,7 +88,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
|
||||
|
@ -102,7 +100,6 @@ volumes:
|
|||
db:
|
||||
nextcloud:
|
||||
certs:
|
||||
conf.d:
|
||||
vhost.d:
|
||||
html:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -37,7 +37,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
|
||||
|
@ -49,7 +48,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
|
||||
|
@ -62,7 +60,6 @@ volumes:
|
|||
db:
|
||||
nextcloud:
|
||||
certs:
|
||||
conf.d:
|
||||
vhost.d:
|
||||
html:
|
||||
|
||||
|
|
|
@ -46,7 +46,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
|
||||
|
@ -58,7 +57,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
|
||||
|
@ -71,10 +69,8 @@ volumes:
|
|||
db:
|
||||
nextcloud:
|
||||
certs:
|
||||
conf.d:
|
||||
vhost.d:
|
||||
html:
|
||||
|
||||
networks:
|
||||
proxy-tier:
|
||||
|
||||
|
|
Loading…
Reference in a new issue