feat: update cliproxyapi-plus 6.9.23-0

This commit is contained in:
arch3rPro
2026-04-14 22:32:12 +08:00
parent 01c003495d
commit 3af85df816
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔗 CLIProxyAPI Plus 代理API服务 🔗 CLIProxyAPI Plus 代理API服务
<kbd>6.9.9-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus) <kbd>6.9.23-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -1,17 +1,17 @@
services: services:
cliproxyapi-plus: 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} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:
- 1panel-network - 1panel-network
ports: ports:
- "${PANEL_APP_PORT_HTTP}:8317" - ${PANEL_APP_PORT_HTTP}:8317
- "${PANEL_APP_PORT_PROXY}:8085" - ${PANEL_APP_PORT_PROXY}:8085
- "${PANEL_APP_PORT_1455}:1455" - ${PANEL_APP_PORT_1455}:1455
- "${PANEL_APP_PORT_54545}:54545" - ${PANEL_APP_PORT_54545}:54545
- "${PANEL_APP_PORT_51121}:51121" - ${PANEL_APP_PORT_51121}:51121
- "${PANEL_APP_PORT_11451}:11451" - ${PANEL_APP_PORT_11451}:11451
volumes: volumes:
- ./data/config.yaml:/CLIProxyAPI/config.yaml - ./data/config.yaml:/CLIProxyAPI/config.yaml
- ./data/auths:/root/.cli-proxy-api - ./data/auths:/root/.cli-proxy-api
@@ -19,8 +19,7 @@ services:
environment: environment:
- TZ=${TZ} - TZ=${TZ}
labels: labels:
createdBy: "Apps" createdBy: Apps
networks: networks:
1panel-network: 1panel-network:
external: true external: true