chore: update n8n

This commit is contained in:
LRVT
2024-09-27 01:09:20 +02:00
parent c871ded2e3
commit 7b51b0570b
3 changed files with 33 additions and 4 deletions

View File

@@ -19,9 +19,12 @@ mv init-database.sh /mnt/docker-volumes/n8n/.
# fix permissions
sudo chown -R 0:1000 /mnt/docker-volumes/n8n/
sudo chmod -R 775 /mnt/docker-volumes/n8n/
# adjust environment variables
nano .env
````
Afterwards, you can proceed spawning up the docker compose stack with:
Afterwards, you can proceed spawning up the docker compose stack:
````
docker compose up -d