diff --git a/README.md b/README.md
index 46b517f..d7e5de1 100644
--- a/README.md
+++ b/README.md
@@ -787,7 +787,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔗 CLIProxyAPI Plus 代理API服务
-6.9.9-0 • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
+6.9.23-0 • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
diff --git a/apps/cliproxyapi-plus/6.9.9-0/data.yml b/apps/cliproxyapi-plus/6.9.23-0/data.yml
similarity index 100%
rename from apps/cliproxyapi-plus/6.9.9-0/data.yml
rename to apps/cliproxyapi-plus/6.9.23-0/data.yml
diff --git a/apps/cliproxyapi-plus/6.9.9-0/data/.gitkeep b/apps/cliproxyapi-plus/6.9.23-0/data/.gitkeep
similarity index 100%
rename from apps/cliproxyapi-plus/6.9.9-0/data/.gitkeep
rename to apps/cliproxyapi-plus/6.9.23-0/data/.gitkeep
diff --git a/apps/cliproxyapi-plus/6.9.9-0/data/config.yaml b/apps/cliproxyapi-plus/6.9.23-0/data/config.yaml
similarity index 100%
rename from apps/cliproxyapi-plus/6.9.9-0/data/config.yaml
rename to apps/cliproxyapi-plus/6.9.23-0/data/config.yaml
diff --git a/apps/cliproxyapi-plus/6.9.9-0/docker-compose.yml b/apps/cliproxyapi-plus/6.9.23-0/docker-compose.yml
similarity index 55%
rename from apps/cliproxyapi-plus/6.9.9-0/docker-compose.yml
rename to apps/cliproxyapi-plus/6.9.23-0/docker-compose.yml
index 7ed584d..648a41e 100644
--- a/apps/cliproxyapi-plus/6.9.9-0/docker-compose.yml
+++ b/apps/cliproxyapi-plus/6.9.23-0/docker-compose.yml
@@ -1,17 +1,17 @@
services:
cliproxyapi-plus:
- image: eceasy/cli-proxy-api-plus:v6.9.9-0
+ image: eceasy/cli-proxy-api-plus:v6.9.23-0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- - "${PANEL_APP_PORT_HTTP}:8317"
- - "${PANEL_APP_PORT_PROXY}:8085"
- - "${PANEL_APP_PORT_1455}:1455"
- - "${PANEL_APP_PORT_54545}:54545"
- - "${PANEL_APP_PORT_51121}:51121"
- - "${PANEL_APP_PORT_11451}:11451"
+ - ${PANEL_APP_PORT_HTTP}:8317
+ - ${PANEL_APP_PORT_PROXY}:8085
+ - ${PANEL_APP_PORT_1455}:1455
+ - ${PANEL_APP_PORT_54545}:54545
+ - ${PANEL_APP_PORT_51121}:51121
+ - ${PANEL_APP_PORT_11451}:11451
volumes:
- ./data/config.yaml:/CLIProxyAPI/config.yaml
- ./data/auths:/root/.cli-proxy-api
@@ -19,8 +19,7 @@ services:
environment:
- TZ=${TZ}
labels:
- createdBy: "Apps"
-
+ createdBy: Apps
networks:
1panel-network:
external: true
|