docs: Mention UID in the docker examples (#7281)

This commit is contained in:
Kamil Essekkat 2023-10-13 12:56:43 +02:00 committed by GitHub
parent 1307d488b9
commit bd5ea455e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ docker run -it --rm \
The workflow data gets by default saved in an SQLite database in the user
folder (`/home/node/.n8n`). That folder also additionally contains the
settings like webhook URL and encryption key.
Note that the folder needs to be writable by user with UID/GID 1000.
```bash
docker run -it --rm \