Skip to content

Commit 6f58798

Browse files
authored
chore: adjust readme
1 parent 7c526c0 commit 6f58798

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

examples/n8n/README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,5 @@ sudo chmod -R 777 /mnt/docker-volumes/n8n/
2323
Afterwards, you can proceed spawning up the docker compose stack with:
2424

2525
````
26-
docker compose up
26+
docker compose up -d
2727
````
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

Comments
 (0)