mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 08:27:11 +08:00
feat: update cliproxyapi-plus 6.9.23-0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user