summaryrefslogtreecommitdiffstats
path: root/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to '.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml')
-rw-r--r--.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
index 7c481db2..0185f090 100644
--- a/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
+++ b/.examples/docker-compose/with-nginx-proxy/postgres/apache/docker-compose.yml
@@ -64,6 +64,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
+ - acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@@ -91,6 +92,7 @@ volumes:
db:
nextcloud:
certs:
+ acme:
vhost.d:
html: