From 1ee0e0f0a0b68605d743d5b485b8f6b2d82a6ccc Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 25 Feb 2026 23:11:26 +0100 Subject: [PATCH] Update compose.yaml to include assets directory in chown command --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 468fffc..694c31f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,4 @@ services: ports: - "4040:80" command: > - bash -c "chown -R www-data:www-data /var/www/custom/data && apache2-foreground" + bash -c "chown -R www-data:www-data /var/www/custom/data /var/www/custom/assets && apache2-foreground"