mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update hubcmdui 4.0.8
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
19
apps/hubcmdui/4.0.8/docker-compose.yml
Normal file
19
apps/hubcmdui/4.0.8/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user