We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c526c0 commit 6f58798Copy full SHA for 6f58798
examples/n8n/README.md
@@ -23,23 +23,5 @@ sudo chmod -R 777 /mnt/docker-volumes/n8n/
23
Afterwards, you can proceed spawning up the docker compose stack with:
24
25
````
26
-docker compose up
+docker compose up -d
27
28
-
29
-> [!WARNING]
30
-> Upon starting the stack you may see n8n errors regarding permissions:
31
->
32
-> ````
33
-> [EACCES] Error Plugin: n8n: EACCES: permission denied, open '/home/node/.n8n/config'
34
35
36
-> You can fix those my running:
37
38
-> sudo chmod -R 777 /mnt/docker-volumes/n8n/database
39
40
41
-> and restarting the stack:
42
43
44
-> docker compose up --force-recreate
45
0 commit comments