chore: adjust readme

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

View File

@ -23,23 +23,5 @@ sudo chmod -R 777 /mnt/docker-volumes/n8n/
Afterwards, you can proceed spawning up the docker compose stack with:
````
docker compose up
docker compose up -d
````
> [!WARNING]
> Upon starting the stack you may see n8n errors regarding permissions:
>
> ````
> [EACCES] Error Plugin: n8n: EACCES: permission denied, open '/home/node/.n8n/config'
> ````
>
> You can fix those my running:
> ````
> sudo chmod -R 777 /mnt/docker-volumes/n8n/database
> ````
>
> and restarting the stack:
>
> ````
> docker compose up --force-recreate
> ````