From 361188472b715fc80df08b0cdccdf74479d83dad Mon Sep 17 00:00:00 2001 From: Michelle Date: Fri, 20 Feb 2026 20:46:19 +0100 Subject: [PATCH] fix .env file not being found by compose.yml --- compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 9b04d84..8d7171b 100644 --- a/compose.yml +++ b/compose.yml @@ -3,5 +3,4 @@ services: build: . volumes: - ./data:/app/data - environment: - - .env \ No newline at end of file + env_file: ".env" \ No newline at end of file