fix: allow configurable config path via CONFIG_PATH env var

This commit is contained in:
2026-02-16 22:00:47 -03:00
parent cdfc5f5748
commit 50b79dd3fa

View File

@@ -7,7 +7,7 @@ services:
- proxy
- socket_proxy
volumes:
- ./config:/app/config
- ${CONFIG_PATH:-./config}:/app/config
environment:
- PUID=${PUID}
- PGID=${PGID}