mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: Mention UID in the docker examples (#7281)
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user