rori4 / n8n-docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start

To start n8n simply start the docker-compose by executing the following command in the current folder.

docker-compose up -d

It can be stopped with:

docker-compose stop

About