n8n 本地部署
一、介绍
n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.
二、部署
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
Access the editor at http://localhost:5678
相关文章:
github | n8n-io/n8n
为者常成,行者常至
自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)