FIX: Dropped env_file from the compose. because it leads to conflicts

This commit is contained in:
2025-08-25 22:18:24 +02:00
parent c4106fbfae
commit 668abc799e
2 changed files with 0 additions and 2 deletions

View File

View File

@@ -7,6 +7,4 @@ services:
volumes:
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
env_file:
- .env
restart: unless-stopped