mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
fix(compose): source env from ~/.claude-homelab/.env
This commit is contained in:
parent
78ff0ec091
commit
4bfa02ef0f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
ports:
|
||||
- "${UNRAID_MCP_PORT:-6970}:${UNRAID_MCP_PORT:-6970}"
|
||||
env_file:
|
||||
- .env
|
||||
- ~/.claude-homelab/.env
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
- ./backups:/app/backups
|
||||
|
|
|
|||
Loading…
Reference in a new issue