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 - proxy
- socket_proxy - socket_proxy
volumes: volumes:
- ./config:/app/config - ${CONFIG_PATH:-./config}:/app/config
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${PGID} - PGID=${PGID}