Sign inSign up

smanx/n8n

By smanx

Updated 2 days ago

https://github.com/n8n-io/n8n

Image
0

10K+

smanx/n8n repository overview

n8n Docker Deployment Guide

Project Overview

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.

Source Code Address

The open - source code of n8n can be found in the following GitHub repository: https://github.com/n8n-io/n8n

Run the Image

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 Docker 部署指南

项目概述

本项目基于 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

更多设置 https://hub.docker.com/r/n8nio/n8n

Tag summary

Content type

Image

Digest

sha256:d193769ad

Size

791.4 MB

Last updated

2 days ago

docker pull smanx/n8n