feat: update Hubcmdui 4.0.7

This commit is contained in:
arch3rPro
2025-07-08 14:18:28 +08:00
parent 308096a1ec
commit 11ac377a77
3 changed files with 41 additions and 1 deletions

View File

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