From d7e979144f67b483a4a1cae379922d18043ce47d Mon Sep 17 00:00:00 2001 From: soeren Date: Sun, 7 Dec 2025 20:30:53 +0100 Subject: [PATCH] fixed docker compose --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 035c06d..13bb406 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,7 @@ services: restart: unless-stopped command: > sh -c " + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php && mkdir -p storage/app/public storage/logs \ storage/framework/cache storage/framework/data storage/framework/sessions \ storage/framework/testing storage/framework/views \ @@ -55,6 +56,7 @@ services: restart: unless-stopped command: > sh -c " + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php && mkdir -p storage/app/public storage/logs \ storage/framework/cache storage/framework/data storage/framework/sessions \ storage/framework/testing storage/framework/views \ @@ -82,6 +84,7 @@ services: restart: unless-stopped command: > sh -c " + rm -f bootstrap/cache/packages.php bootstrap/cache/services.php && mkdir -p storage/app/public storage/logs \ storage/framework/cache storage/framework/data storage/framework/sessions \ storage/framework/testing storage/framework/views \