mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
docs: Mention UID in the docker examples (#7281)
This commit is contained in:
parent
1307d488b9
commit
bd5ea455e1
|
@ -82,6 +82,7 @@ docker run -it --rm \
|
||||||
The workflow data gets by default saved in an SQLite database in the user
|
The workflow data gets by default saved in an SQLite database in the user
|
||||||
folder (`/home/node/.n8n`). That folder also additionally contains the
|
folder (`/home/node/.n8n`). That folder also additionally contains the
|
||||||
settings like webhook URL and encryption key.
|
settings like webhook URL and encryption key.
|
||||||
|
Note that the folder needs to be writable by user with UID/GID 1000.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
|
|
Loading…
Reference in a new issue