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