Merge pull request #1018 from pikeman20/main
feat(docker): use environment variables for volume paths
This commit is contained in:
+3
-3
@@ -22,7 +22,7 @@ services:
|
|||||||
- "51121:51121"
|
- "51121:51121"
|
||||||
- "11451:11451"
|
- "11451:11451"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.yaml:/CLIProxyAPI/config.yaml
|
- ${CLI_PROXY_CONFIG_PATH:-./config.yaml}:/CLIProxyAPI/config.yaml
|
||||||
- ./auths:/root/.cli-proxy-api
|
- ${CLI_PROXY_AUTH_PATH:-./auths}:/root/.cli-proxy-api
|
||||||
- ./logs:/CLIProxyAPI/logs
|
- ${CLI_PROXY_LOG_PATH:-./logs}:/CLIProxyAPI/logs
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user