From 609bd5dd34e958eea3cd31854f036c68c88bc639 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sun, 1 Feb 2026 20:09:58 +0100 Subject: [PATCH] Update compose to set correct permissions for data directory --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 2a31ee8..468fffc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -9,3 +9,5 @@ services: - ./custom:/var/www/custom:z ports: - "4040:80" + command: > + bash -c "chown -R www-data:www-data /var/www/custom/data && apache2-foreground"