From bffd4710cc6afb18e719b21a71b823e505cd50d0 Mon Sep 17 00:00:00 2001 From: toffo Date: Mon, 20 Nov 2023 18:16:41 +0100 Subject: [PATCH] Update docker-compose.yml --- .../with-nginx-proxy/postgres/apache/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 55c4c051..20b1eb3c 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 @@ -85,7 +85,7 @@ services: com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true" volumes: - /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 - /var/run/docker.sock:/tmp/docker.sock:z,ro - /etc/localtime:/etc/localtime:z,ro @@ -98,7 +98,7 @@ services: restart: always volumes: - /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/html:/usr/share/nginx/html:z - /var/run/docker.sock:/var/run/docker.sock:z,ro