GPT
相关工具集
GPT私有化部署
部署ChatGPT网页应用
DeepSeek
VsCode集成
Open Web-UI
Ollama
keep AI告警
FastGPT工作流
Dify 工作流
n8n工作流
Hexstrike-AI 渗透测试
Opencode
nodejs
本文档使用MrDoc发布
返回首页
-
+
n8n工作流
2025年12月30日 03:56
admin
#安装 ####下载镜像 docker pull docker.1ms.run/n8nio/n8n:latest ####下载中文包 https://github.com/other-blowsnow/n8n-i18n-chinese/releases --- cd /opt/n8n wget https://github.com/other-blowsnow/n8n-i18n-chinese/releases/download/n8n%402.4.6/editor-ui.tar.gz tar -zxvf editor-ui.tar.gz --- ####运行 docker run -it --rm --name n8n -p 5678:5678 -v /opt/n8n/dist:/usr/local/lib/node_modules/n8n/node_modules/n8n-editor-ui/dist -e N8N_DEFAULT_LOCALE=zh-CN -e N8N_SECURE_COOKIE=false docker.1ms.run/n8nio/n8n:latest
分享到: