We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f58798 commit c871dedCopy full SHA for c871ded
examples/n8n/README.md
@@ -16,8 +16,9 @@ mkdir -p /mnt/docker-volumes/n8n/storage
16
# move the init file from this repo to the new location
17
mv init-database.sh /mnt/docker-volumes/n8n/.
18
19
-# optional; adjust permissions
20
-sudo chmod -R 777 /mnt/docker-volumes/n8n/
+# fix permissions
+sudo chown -R 0:1000 /mnt/docker-volumes/n8n/
21
+sudo chmod -R 775 /mnt/docker-volumes/n8n/
22
````
23
24
Afterwards, you can proceed spawning up the docker compose stack with:
0 commit comments