Update compose to set correct permissions for data directory

This commit is contained in:
Ruben 2026-02-01 20:09:58 +01:00
parent 5194ba8213
commit 609bd5dd34

View file

@ -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"