You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into the docker file and the entry point script docker-entrypoint.sh, the additional n8n parameter is not needed and the correct command should be:
I tested it on my local deployment and it appears to work. I am new to n8n so I am submitting this as a bug report rather than making the easy change and submitting it as a PR in case the entry point script is to be blamed.
Bug Description
It appears that the documentation for starting n8n docker container with --tunnel option, ie https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/README.md#start-with-tunnel is incorrect. When I copied and executed the command the following error was returned:
› Error: command n8n not found
Looking into the docker file and the entry point script docker-entrypoint.sh, the additional
n8n
parameter is not needed and the correct command should be:I tested it on my local deployment and it appears to work. I am new to n8n so I am submitting this as a bug report rather than making the easy change and submitting it as a PR in case the entry point script is to be blamed.
To Reproduce
docker pull n8nio/n8n:latest
as of 1/8/2025.Expected behavior
Should start n8n docker with localtunnel.
Operating System
Ubuntu 24.04
n8n Version
1.71.1
Node.js Version
20.18.0 (according to docker hub https://hub.docker.com/layers/n8nio/n8n/latest/images/sha256-5e87ef72f71631fc4a720808c385c269301958556cb4c78597c131286c9950d6)
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: