mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 02:38:18 +08:00
Compare commits
2 Commits
26e7a985ff
...
0b5c0f0254
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b5c0f0254 | |||
| f8a0e6bc20 |
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||
|
||||
<kbd>2.20.6</kbd> • [官网链接](https://n8n.io/)
|
||||
<kbd>2.21.0</kbd> • [官网链接](https://n8n.io/)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:2.20.6
|
||||
image: n8nio/n8n:2.21.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:9.3.6
|
||||
image: chaitin/safeline-tengine:9.3.7
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
|
||||
Reference in New Issue
Block a user