From 0fa5fcdab1e1057f52c7861c37181ca1576852c2 Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Tue, 16 Dec 2025 13:21:09 +0100 Subject: [PATCH] bugfixes --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index cc293f8c..684bc47a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,7 @@ services: environment: APP_ENV: production APP_DEBUG: "true" + volumes: + - ./storage:/var/www/html/storage + - ./.env:/var/www/html/.env # command removed: migrations and seeder run handled elsewhere to avoid startup timing issuesA \ No newline at end of file