chore: adjust readme

This commit is contained in:
LRVT 2024-09-26 22:44:21 +02:00 committed by GitHub
parent 6f58798087
commit c871ded2e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,9 @@ mkdir -p /mnt/docker-volumes/n8n/storage
# move the init file from this repo to the new location # move the init file from this repo to the new location
mv init-database.sh /mnt/docker-volumes/n8n/. mv init-database.sh /mnt/docker-volumes/n8n/.
# optional; adjust permissions # fix permissions
sudo chmod -R 777 /mnt/docker-volumes/n8n/ 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: Afterwards, you can proceed spawning up the docker compose stack with: