📚 Change example docker command to persist data

This commit is contained in:
Jan Oberhauser 2021-05-09 17:56:57 -05:00
parent e3ab0b8679
commit 1d13f7d46c

View file

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