mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
chore: adjust readme
This commit is contained in:
parent
7c526c0d22
commit
6f58798087
|
@ -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
|
||||
> ````
|
||||
|
|
Loading…
Reference in New Issue
Block a user