simon1uo 在 CPA 相关求助: docker 参考佬安装之后,提示 服务器地址无效或管理接口未启用 中发帖
rt
[image]
我的 docker-compose:
services:
cli-proxy-api:
image: eceasy/cli-proxy-api:latest
pull_policy: always
container_name: cli-proxy-api
networks:
- cpa_net
ports:
- "8317:8317"
volumes:
- ./config.yaml:/CLIProxyAPI/config.yaml
- ./auths:/root/.cli-proxy-api
- ./logs:/CLIProxyAPI/logs
restart: unless-stopped
networks:
cpa_net:
...