0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

Update docker-compose.yml

This commit is contained in:
toffo 2023-11-20 18:16:41 +01:00 committed by GitHub
parent 463326d7e3
commit bffd4710cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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