mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
📚 Change example docker command to persist data
This commit is contained in:
parent
e3ab0b8679
commit
1d13f7d46c
|
@ -49,6 +49,7 @@ Additional information and example workflows on the n8n.io website: [https://n8n
|
|||
docker run -it --rm \
|
||||
--name n8n \
|
||||
-p 5678:5678 \
|
||||
-v ~/.n8n:/home/node/.n8n \
|
||||
n8nio/n8n
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue