From f47a45b07a12cf4df7ab8202cb8ade949f18b0a5 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 23 May 2022 17:52:42 +0200 Subject: [PATCH] add a warning for the volume create command Signed-off-by: szaimen --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e2138ff4..748cb235 100644 --- a/readme.md +++ b/readme.md @@ -102,6 +102,7 @@ docker volume create --driver local --name nextcloud_aio_backupdir ^ -o o="bind" ``` (This Windows example would be equivalent to `C:\your\backup\path` on the Windows host. So you need to translate the path that you want to use into the correct format.) +⚠️ **Attention**: Make sure that the path exists on the host before you create the volume! Otherwise everything will bug out! @@ -335,6 +336,7 @@ You can configure the Nextcloud container to use a specific directory on your ho -o o="bind" ``` (This Windows example would be equivalent to `C:\your\data\path` on the Windows host. So you need to translate the path that you want to use into the correct format.) + ⚠️ **Attention**: Make sure that the path exists on the host before you create the volume! Otherwise everything will bug out! ⚠ Please make sure to apply the correct permissions to the chosen directory before starting Nextcloud the first time (not needed on Windows).