Merge pull request #1570 from n8n-io/that-one-tom-patch-2

Update docker.md
This commit is contained in:
Deborah 2023-08-29 09:11:39 +01:00 committed by GitHub
commit b56fe86261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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