fix: use compose-compatible env_file format
Switch env_file declarations back to string list syntax so Synology's docker compose parser accepts the LiteLLM and cc-connect compose files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,8 +6,7 @@ services:
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false
|
||||
- .env
|
||||
volumes:
|
||||
- ./config.toml:/app/config.toml:ro
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user