chore: adjust readme

pull/26/head
LRVT 2024-09-26 22:44:21 +02:00 zatwierdzone przez GitHub
rodzic 6f58798087
commit c871ded2e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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: