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

@@ -1179,7 +1179,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
⚡ Docker镜像加速命令查询获取、镜像搜索、配置教程文档展示UI面板
<kbd>4.0.7</kbd> • [官网链接](https://github.com/dqzboy/Docker-Proxy)
<kbd>4.0.8</kbd> • [官网链接](https://github.com/dqzboy/Docker-Proxy)
</td>
<td width="33%" align="center">

View File

@@ -1,19 +0,0 @@
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

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