mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
feat: update 1panel-tools 0.3.0
This commit is contained in:
@@ -1045,7 +1045,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔧 轻松将您的 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 width="33%" align="center">
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
services:
|
||||
1panel-tools:
|
||||
image: vuldocker/1panel-tools:0.2.0
|
||||
image: vuldocker/1panel-tools:0.3.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
networks:
|
||||
Reference in New Issue
Block a user