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
6f58798087
commit
c871ded2e3
|
@ -16,8 +16,9 @@ mkdir -p /mnt/docker-volumes/n8n/storage
|
||||||
# move the init file from this repo to the new location
|
# move the init file from this repo to the new location
|
||||||
mv init-database.sh /mnt/docker-volumes/n8n/.
|
mv init-database.sh /mnt/docker-volumes/n8n/.
|
||||||
|
|
||||||
# optional; adjust permissions
|
# fix permissions
|
||||||
sudo chmod -R 777 /mnt/docker-volumes/n8n/
|
sudo chown -R 0:1000 /mnt/docker-volumes/n8n/
|
||||||
|
sudo chmod -R 775 /mnt/docker-volumes/n8n/
|
||||||
````
|
````
|
||||||
|
|
||||||
Afterwards, you can proceed spawning up the docker compose stack with:
|
Afterwards, you can proceed spawning up the docker compose stack with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user