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"