From c871ded2e3952f93a1ed7a16a52edfb90a3aa8cb Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:44:21 +0200 Subject: [PATCH] chore: adjust readme --- examples/n8n/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/n8n/README.md b/examples/n8n/README.md index d163287..a4b83bd 100644 --- a/examples/n8n/README.md +++ b/examples/n8n/README.md @@ -16,8 +16,9 @@ mkdir -p /mnt/docker-volumes/n8n/storage # move the init file from this repo to the new location mv init-database.sh /mnt/docker-volumes/n8n/. -# optional; adjust permissions -sudo chmod -R 777 /mnt/docker-volumes/n8n/ +# fix permissions +sudo chown -R 0:1000 /mnt/docker-volumes/n8n/ +sudo chmod -R 775 /mnt/docker-volumes/n8n/ ```` Afterwards, you can proceed spawning up the docker compose stack with: