feat: update hubcmdui 4.0.9

This commit is contained in:
arch3rPro
2026-01-22 05:32:06 +08:00
parent c981b0945a
commit b3b5821be3
3 changed files with 2 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "30080"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port 3000
labelZh: 服务端口 3000
required: true
rule: paramPort
type: number
+19
View File
@@ -0,0 +1,19 @@
services:
hubcmd-ui:
image: dqzboy/hubcmd-ui:v4.0.9
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- 1panel-network
environment:
- LOG_LEVEL=INFO
- SIMPLE_LOGS=true
labels:
createdBy: Apps
networks:
1panel-network:
external: true