|
|
|
|
@ -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:
|
|
|
|
|
|
|
|
|
|
|