This commit is contained in:
Troy grunt
2026-02-13 22:49:06 +01:00
parent 376bfdeafe
commit b07a2ee24d
4 changed files with 83 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ services:
- ./www:/var/www/html
depends_on:
- db
command: ["sh", "-c", "mkdir -p /var/www/html/_files && chown -R www-data:www-data /var/www/html/_files && apache2-foreground"]
db:
image: mariadb:11