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: