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"