diff --git a/examples/n8n/README.md b/examples/n8n/README.md index 0184fbd..d163287 100644 --- a/examples/n8n/README.md +++ b/examples/n8n/README.md @@ -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 -> ````