mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 09:40:47 +08:00
add a warning for the volume create command
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
74cdcd27bb
commit
f47a45b07a
1 changed files with 2 additions and 0 deletions
|
@ -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!
|
||||
|
||||
</details>
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue