From bd5ea455e114534d8ad44fc6da495c6acfaaec6d Mon Sep 17 00:00:00 2001 From: Kamil Essekkat Date: Fri, 13 Oct 2023 12:56:43 +0200 Subject: [PATCH] docs: Mention UID in the docker examples (#7281) --- docker/images/n8n/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 6e70bf28e2..8497d1ed77 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -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 \