feat: update n8n-zh 2.6.2

This commit is contained in:
arch3rPro
2026-01-29 05:32:18 +08:00
parent 0474a3d38d
commit 0e7bae4f0f
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
services:
n8n:
image: n8nio/n8n:2.6.2
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5678
volumes:
- ./data:/home/node/.n8n
- ./editor-ui:/usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist
environment:
N8N_SECURE_COOKIE: false
N8N_DEFAULT_LOCALE: zh-CN
labels:
createdBy: Apps
networks:
1panel-network:
external: true