From 6365b86107bcb306e05dd60c5d16c0e601c2603c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 1 Oct 2024 03:06:04 +0900 Subject: [PATCH] docs: update readme.md minor fix Signed-off-by: Ikko Eltociear Ashimine --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ad6ccc68..5fe8331d 100644 --- a/readme.md +++ b/readme.md @@ -623,7 +623,7 @@ password= ``` (Of course you need to modify `` and `` for your specific case.) -Now you can use `/mnt/storagebox` as Nextcloud's datadir like described in the section above above this one. +Now you can use `/mnt/storagebox` as Nextcloud's datadir like described in the section above this one. ### How to allow the Nextcloud container to access directories on the host? By default, the Nextcloud container is confined and cannot access directories on the host OS. You might want to change this when you are planning to use local external storage in Nextcloud to store some files outside the data directory and can do so by adding the environmental variable `NEXTCLOUD_MOUNT` to the docker run command of the mastercontainer (but before the last line `nextcloud/all-in-one:latest`! If it was started already, you will need to stop the mastercontainer, remove it (no data will be lost) and recreate it using the docker run command that you initially used). Allowed values for that variable are strings that start with `/` and are not equal to `/`.