mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge pull request #1570 from n8n-io/that-one-tom-patch-2
Update docker.md
This commit is contained in:
commit
b56fe86261
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user