From 7c526c0d22e33d434c2cf98c04cb37948a020543 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:41:00 +0200 Subject: [PATCH] chore: dir creation --- examples/n8n/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/n8n/README.md b/examples/n8n/README.md index 4078d66..0184fbd 100644 --- a/examples/n8n/README.md +++ b/examples/n8n/README.md @@ -11,7 +11,7 @@ Please follow these steps to do so: ```` # create new directory for database -mkdir -p /mnt/docker-volumes/n8n +mkdir -p /mnt/docker-volumes/n8n/storage # move the init file from this repo to the new location mv init-database.sh /mnt/docker-volumes/n8n/.