This project runs based on the version of n8n officially released on the npm website. It has not been updated or modified, which is equivalent to running npx n8n in a Node environment.
The open - source code of n8n can be found in the following GitHub repository: https://github.com/n8n-io/n8n
To quickly deploy a n8n instance using Docker, execute the following command:
docker run -itd \
--name n8n \
-p 5678:5678 \
-v n8n_data:/root/.n8n \
-e N8N_SECURE_COOKIE=false \
smanx/n8n
More Settings https://hub.docker.com/r/n8nio/n8n
本项目基于 n8n 官方发布在 npm 官网的版本运行,未做任何更新修改,等同于在 Node 环境下运行 npx n8n。
n8n 的开源代码可在以下 GitHub 仓库找到: https://github.com/n8n-io/n8n
使用 Docker 快速部署 n8n 实例,可执行以下命令:
docker run -itd \
--name n8n \
-p 5678:5678 \
-v n8n_data:/root/.n8n \
-e N8N_SECURE_COOKIE=false \
smanx/n8n
Content type
Image
Digest
sha256:d193769ad…
Size
791.4 MB
Last updated
2 days ago
docker pull smanx/n8n