From f8f211a5004ea20768afa313545c8e696e35990c Mon Sep 17 00:00:00 2001 From: luthfihadinugroho79 Date: Thu, 11 Jun 2026 15:14:08 +0700 Subject: [PATCH] Allow Apache access to web root --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 6665ced..61aac93 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,10 @@ services: command: > bash -lc "docker-php-ext-install mysqli pdo pdo_mysql && a2enmod rewrite + && printf '%s\\n' '' ' Options Indexes FollowSymLinks' ' AllowOverride All' ' Require all granted' '' 'DirectoryIndex index.php index.html' > /etc/apache2/conf-available/webgis.conf + && a2enconf webgis && mkdir -p /var/www/html/02/uploads /var/www/html/05/assets/uploads /var/www/html/05/uploads/bukti + && chmod -R a+rX /var/www/html && chown -R www-data:www-data /var/www/html/02/uploads /var/www/html/05/assets/uploads /var/www/html/05/uploads && apache2-foreground" depends_on: