Lucas1999CPA 自动更新脚本 docker compose 中发帖

cpa 天天更新,跟不上节奏又封号,这里做了个docker compose 每两个小时自动尝试更新 
services:
cli-proxy-api:
image: eceasy/cli-proxy-api:latest
container_name: cli-proxy-api
restart: unless-stopped
ports:
- "8317:8317"
volumes:
- ./config.yaml:/CLIProxyAPI/config.yaml
- ./auth-dir:/root/.cli-proxy-api
labels:
- "com.centurylinklabs.watchtower.enable=true"

watchtower:
image:...