feat: update n8n-zh 2.0.2

This commit is contained in:
arch3rPro
2025-12-13 05:31:37 +08:00
parent c31d19fd58
commit 6ed5ddab2e
7 changed files with 2 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
n8n:
image: n8nio/n8n:2.0.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