feat: update 1panel-tools 0.3.0

This commit is contained in:
arch3rPro
2025-12-12 00:23:25 +08:00
parent 4e1e5941af
commit 8896132474
3 changed files with 5 additions and 5 deletions

View File

@@ -1045,7 +1045,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔧 轻松将您的 Docker Compose 文件转换为 1Panel 应用商店格式 🔧 轻松将您的 Docker Compose 文件转换为 1Panel 应用商店格式
<kbd>latest</kbd> • [官网链接](https://github.com/arch3rPro/1Panel-Tools) <kbd>0.3.0</kbd> • [官网链接](https://github.com/arch3rPro/1Panel-Tools)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">

View File

@@ -1,16 +1,16 @@
services: services:
1panel-tools: 1panel-tools:
image: vuldocker/1panel-tools:0.2.0 image: vuldocker/1panel-tools:0.3.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
ports: ports:
- "${PANEL_APP_PORT_HTTP}:8080" - ${PANEL_APP_PORT_HTTP}:8080
restart: unless-stopped restart: unless-stopped
environment: environment:
- NODE_ENV=production - NODE_ENV=production
labels: labels:
createdBy: "Apps" createdBy: Apps
networks: networks:
- 1panel-network - 1panel-network
networks: networks:
1panel-network: 1panel-network:
external: true external: true