mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
Update docker-compose.yml
This commit is contained in:
parent
463326d7e3
commit
bffd4710cc
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ services:
|
||||||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- /apps/ncapache/certs:/etc/nginx/certs:z,ro
|
- /apps/ncapache/certs:/etc/nginx/certs:z,ro
|
||||||
- /apps/ncapache/vhost.dtest:/etc/nginx/vhost.d:z
|
- /apps/ncapache/vhost.d:/etc/nginx/vhost.d:z
|
||||||
- /apps/ncapache/html:/usr/share/nginx/html:z
|
- /apps/ncapache/html:/usr/share/nginx/html:z
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:z,ro
|
- /var/run/docker.sock:/tmp/docker.sock:z,ro
|
||||||
- /etc/localtime:/etc/localtime:z,ro
|
- /etc/localtime:/etc/localtime:z,ro
|
||||||
|
@ -98,7 +98,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /apps/ncapache/certs:/etc/nginx/certs:z
|
- /apps/ncapache/certs:/etc/nginx/certs:z
|
||||||
- /apps/ncapache/acmetest:/etc/acme.sh:z
|
- /apps/ncapache/acme:/etc/acme.sh:z
|
||||||
- /apps/ncapache/vhost.d:/etc/nginx/vhost.d:z
|
- /apps/ncapache/vhost.d:/etc/nginx/vhost.d:z
|
||||||
- /apps/ncapache/html:/usr/share/nginx/html:z
|
- /apps/ncapache/html:/usr/share/nginx/html:z
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:z,ro
|
- /var/run/docker.sock:/var/run/docker.sock:z,ro
|
||||||
|
|
Loading…
Add table
Reference in a new issue