From c5e481b767d25ee99139fbdda66e77a55c856218 Mon Sep 17 00:00:00 2001 From: Shantanu Tushar Date: Sat, 4 Mar 2023 03:17:33 +0530 Subject: [PATCH] Fix directory path example `/run/desktop/mnt/host/c/ncdata` does not really contain the word `backup`, so I'm guessing `C:\backup` is a typo. Signed-off-by: Shantanu Tushar --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 95f4e39e..868a97e9 100644 --- a/readme.md +++ b/readme.md @@ -445,7 +445,7 @@ You can configure the Nextcloud container to use a specific directory on your ho - An example for Linux is `-e NEXTCLOUD_DATADIR="/mnt/ncdata"`. - On macOS it might be `-e NEXTCLOUD_DATADIR="/var/nextcloud-data"` - For Synology it may be `-e NEXTCLOUD_DATADIR="/volume1/docker/nextcloud/data"`. -- On Windows it might be `-e NEXTCLOUD_DATADIR="/run/desktop/mnt/host/c/ncdata"`. (This path is equivalent to `C:\backup` on your Windows host so you need to translate the path accordingly. Hint: the path that you enter needs to start with `/run/desktop/mnt/host/`. Append to that the exact location on your windows host, e.g. `c/ncdata` which is equivalent to `C:\ncdata`.) +- On Windows it might be `-e NEXTCLOUD_DATADIR="/run/desktop/mnt/host/c/ncdata"`. (This path is equivalent to `C:\ncdata` on your Windows host so you need to translate the path accordingly. Hint: the path that you enter needs to start with `/run/desktop/mnt/host/`. Append to that the exact location on your windows host, e.g. `c/ncdata` which is equivalent to `C:\ncdata`.) - Another option is to provide a specific volume name here with: `-e NEXTCLOUD_DATADIR="nextcloud_aio_nextcloud_datadir"`. This volume needs to be created beforehand manually by you in order to be able to use it. e.g. with: ``` docker volume create ^