From 15a45ca83957d04606bef2bdac088e359f3e2e30 Mon Sep 17 00:00:00 2001 From: Tom <19203795+that-one-tom@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:15:06 +0200 Subject: [PATCH] Update docker.md --- docs/hosting/installation/docker.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/hosting/installation/docker.md b/docs/hosting/installation/docker.md index 4230515ac..451bf66a2 100644 --- a/docs/hosting/installation/docker.md +++ b/docs/hosting/installation/docker.md @@ -172,12 +172,7 @@ More information about Docker setup can be found in the README file of the [Dock Start n8n with `--tunnel` by running: ```bash -docker run -it --rm \ - --name n8n \ - -p 5678:5678 \ - -v ~/.n8n:/home/node/.n8n \ - n8nio/n8n \ - n8n start --tunnel +docker run -it --rm --name n8n -p 5678:5678 -v ~/.n8n:/home/node/.n8n n8nio/n8n start --tunnel ``` ## Next steps