From f90895fbc254990cad722dff8ef13919b2c4dfd6 Mon Sep 17 00:00:00 2001 From: "J. Elfring" Date: Thu, 28 Mar 2024 16:51:27 +0100 Subject: [PATCH] Mount only htdocs --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 562fd14..ec63b46 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -14,5 +14,5 @@ services: environment: - SERVERADMINMAIL=webmaster@example.com volumes: - - ./aap-webroot:/var/www/localhost + - ./aap-webroot:/var/www/localhost/htdocs