1
0

chore(deps): update dqzboy/hubcmd-ui docker tag to v4.1.0 (#3802)

This commit is contained in:
renovate[bot]
2026-02-01 08:21:03 +00:00
committed by GitHub
parent 7e847fe7ee
commit 2efa14b943
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: "30080"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port 3000
labelZh: 服务端口 3000
label:
en: Service Port 3000
zh: 服务端口 3000
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,19 @@
services:
hubcmd-ui:
image: dqzboy/hubcmd-ui:v4.1.0
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