From 0bc4fb384a84d7fc729d32fa9bc51e26d3971cf0 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sat, 23 Jul 2022 13:16:39 +0200 Subject: [PATCH] add a hint to the windows documentation Signed-off-by: szaimen --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e702e6b4..efd7e463 100644 --- a/readme.md +++ b/readme.md @@ -103,6 +103,8 @@ docker volume create ^ ``` (The value `/host_mnt/c/your/backup/path` in this 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! +Also, you may be interested in adjusting Nextcloud's Datadir to store the files on the host system. See [this documentation](https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir) on how to do it. + ### How to run AIO with Portainer? The easiest way to run it with Portainer on Linux is to use Portainer's stacks feature and use [this docker-compose file](./docker-compose.yml) in order to start AIO correctly.