fix: allow configurable config path via CONFIG_PATH env var
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
- proxy
|
||||
- socket_proxy
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ${CONFIG_PATH:-./config}:/app/config
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
|
||||
Reference in New Issue
Block a user