fix: allow configurable config path via CONFIG_PATH env var
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user