From cad04cf9f946a8af7535534c775957983406f642 Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Tue, 16 Dec 2025 13:25:46 +0100 Subject: [PATCH] bugfixes --- docker-compose.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 684bc47a..5db79ad5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,14 +1,8 @@ -version: "3.8" - services: app: build: . image: websites-lms:latest restart: unless-stopped - 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 + - ./.env:/var/www/html/.env \ No newline at end of file