From 42d06529c6179f15b53a548e94b02caefab591cf Mon Sep 17 00:00:00 2001 From: Kaloyan Nikolov Date: Thu, 16 May 2024 12:11:19 +0300 Subject: [PATCH] typo Signed-off-by: Kaloyan Nikolov --- .../docker-compose/with-nginx-proxy/mariadb/apache/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/compose.yaml b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/compose.yaml index 1f982005..98f2ec46 100644 --- a/.examples/docker-compose/with-nginx-proxy/mariadb/apache/compose.yaml +++ b/.examples/docker-compose/with-nginx-proxy/mariadb/apache/compose.yaml @@ -59,7 +59,7 @@ services: labels: - "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy" volumes: - - certs:/etc/nginx/certs:ro:z + - certs:/etc/nginx/certs:ro,z - vhost.d:/etc/nginx/vhost.d:z - html:/usr/share/nginx/html:z - dhparam:/etc/nginx/dhparam:z