Skip to content

Commit c871ded

Browse files
authored
chore: adjust readme
1 parent 6f58798 commit c871ded

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/n8n/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ mkdir -p /mnt/docker-volumes/n8n/storage
1616
# move the init file from this repo to the new location
1717
mv init-database.sh /mnt/docker-volumes/n8n/.
1818
19-
# optional; adjust permissions
20-
sudo chmod -R 777 /mnt/docker-volumes/n8n/
19+
# fix permissions
20+
sudo chown -R 0:1000 /mnt/docker-volumes/n8n/
21+
sudo chmod -R 775 /mnt/docker-volumes/n8n/
2122
````
2223

2324
Afterwards, you can proceed spawning up the docker compose stack with:

0 commit comments

Comments
 (0)