diff --git a/README.md b/README.md
index 4fe7ef6..1c8808f 100644
--- a/README.md
+++ b/README.md
@@ -1179,7 +1179,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
⚡ Docker镜像加速命令查询获取、镜像搜索、配置教程文档展示UI面板
-4.0.7 • [官网链接](https://github.com/dqzboy/Docker-Proxy)
+4.0.8 • [官网链接](https://github.com/dqzboy/Docker-Proxy)
diff --git a/apps/hubcmdui/4.0.7/docker-compose.yml b/apps/hubcmdui/4.0.7/docker-compose.yml
deleted file mode 100644
index f263422..0000000
--- a/apps/hubcmdui/4.0.7/docker-compose.yml
+++ /dev/null
@@ -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
diff --git a/apps/hubcmdui/4.0.7/data.yml b/apps/hubcmdui/4.0.8/data.yml
similarity index 100%
rename from apps/hubcmdui/4.0.7/data.yml
rename to apps/hubcmdui/4.0.8/data.yml
diff --git a/apps/hubcmdui/4.0.8/docker-compose.yml b/apps/hubcmdui/4.0.8/docker-compose.yml
new file mode 100644
index 0000000..549dc44
--- /dev/null
+++ b/apps/hubcmdui/4.0.8/docker-compose.yml
@@ -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
|