fix .env file not being found by compose.yml

This commit is contained in:
2026-02-20 20:46:19 +01:00
parent 3a3c251fcc
commit 361188472b

View File

@@ -3,5 +3,4 @@ services:
build: .
volumes:
- ./data:/app/data
environment:
- .env
env_file: ".env"