Update compose.yaml to include assets directory in chown command

This commit is contained in:
Ruben 2026-02-25 23:11:26 +01:00
parent c3f979519f
commit 1ee0e0f0a0

View file

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