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: