feat: update hubcmdui 4.0.8

This commit is contained in:
arch3rPro
2026-01-01 05:30:56 +08:00
parent 2519efe722
commit 3f0b8c571f
4 changed files with 20 additions and 20 deletions

View File

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