diff --git a/README.md b/README.md index 092a3214..83891984 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ mkdir -p ~/cli-proxy && cd ~/cli-proxy cat > docker-compose.yml << 'EOF' services: cli-proxy-api: - image: 17600006524/cli-proxy-api-plus:latest + image: eceasy/cli-proxy-api-plus:latest container_name: cli-proxy-api-plus ports: - "8317:8317" @@ -64,7 +64,7 @@ services: EOF # Download example config -curl -o config.yaml https://raw.githubusercontent.com/linlang781/CLIProxyAPIPlus/main/config.example.yaml +curl -o config.yaml https://raw.githubusercontent.com/router-for-me/CLIProxyAPIPlus/main/config.example.yaml # Pull and start docker compose pull && docker compose up -d diff --git a/README_CN.md b/README_CN.md index b5b4d5f9..fba595cd 100644 --- a/README_CN.md +++ b/README_CN.md @@ -52,7 +52,7 @@ mkdir -p ~/cli-proxy && cd ~/cli-proxy cat > docker-compose.yml << 'EOF' services: cli-proxy-api: - image: 17600006524/cli-proxy-api-plus:latest + image: eceasy/cli-proxy-api-plus:latest container_name: cli-proxy-api-plus ports: - "8317:8317" @@ -64,7 +64,7 @@ services: EOF # 下载示例配置 -curl -o config.yaml https://raw.githubusercontent.com/linlang781/CLIProxyAPIPlus/main/config.example.yaml +curl -o config.yaml https://raw.githubusercontent.com/router-for-me/CLIProxyAPIPlus/main/config.example.yaml # 拉取并启动 docker compose pull && docker compose up -d