Setup n8n with docker
Last updated
Last updated
Before proceeding, install .
Linux Users
Docker Desktop is available for Mac and Windows. Linux users must install and individually for your distribution.
Latest and Next versions
n8n releases a new minor version most weeks. The latest
version is for production use. next
is the most recent release. You should treat next
as a beta: it may be unstable. To report issues, use the .
Current latest
: 1.86.1
Current next
: 1.88.0
From your terminal, run:
This command creates a volume to store persistent data, downloads the required n8n image, and starts your container, exposed on port 5678
. To save your work between container restarts, it also mounts a docker volume, n8n_data
, to persist your data locally.
Once running, you can access n8n by opening:
refer link