From 36797305d8c29974abcc80733dd7a1b04c05bb99 Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 9 May 2022 15:48:18 +0200 Subject: [PATCH] document that windows is currently limited Signed-off-by: szaimen --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 48df7474558..634cd7550ee 100644 --- a/readme.md +++ b/readme.md @@ -94,6 +94,8 @@ docker run -it ^ nextcloud/all-in-one:latest ``` +**Please note:** AIO works on Windows in general but due to a bug in `Docker for Windows`, it currently does not support mounting directories from the host into AIO which means that `NEXTCLOUD_DATADIR`, `NEXTCLOUD_MOUNT` do not work and the built-in backup solution is not able to write to the host OS. See https://github.com/nextcloud/all-in-one/discussions/600. + ### How to run `occ` commands?