mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-11 09:19:38 +08:00
Compare commits
2 Commits
8e5e2f2d4b
...
985b903f7b
| Author | SHA1 | Date | |
|---|---|---|---|
| 985b903f7b | |||
| ea316bc761 |
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||
|
||||
<kbd>2.19.2</kbd> • [官网链接](https://n8n.io/)
|
||||
<kbd>2.20.0</kbd> • [官网链接](https://n8n.io/)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -842,7 +842,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🖼️ 高效云存储和图床平台管理工具
|
||||
|
||||
<kbd>2.3.5</kbd> • [官网链接](https://github.com/Kuingsmile/PicList)
|
||||
<kbd>2.4.0</kbd> • [官网链接](https://github.com/Kuingsmile/PicList)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:2.19.2
|
||||
image: n8nio/n8n:2.20.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
piclist:
|
||||
image: kuingsmile/piclist:v2.3.5
|
||||
image: kuingsmile/piclist:v2.4.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
Reference in New Issue
Block a user