From fdb033095936f40d528819f07e8016c4d4d768ef Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 7 Mar 2023 23:16:17 +0100 Subject: [PATCH] add an example for NEXTCLOUD_MOUNT on macOS Signed-off-by: Simon L --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4ca45b59..ae8a64f9 100644 --- a/readme.md +++ b/readme.md @@ -477,6 +477,7 @@ Now you can use `/mnt/storagebox` as Nextcloud's datadir like described in the s 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 initial startup of the mastercontainer. Allowed values for that variable are strings that start with `/` and are not equal to `/`. - Two examples for Linux are `-e NEXTCLOUD_MOUNT="/mnt/"` and `-e NEXTCLOUD_MOUNT="/media/"`. +- On macOS it might be `-e NEXTCLOUD_DATADIR="/Volumes/your_drive/"` - For Synology it may be `-e NEXTCLOUD_MOUNT="/volume1/"`. - On Windows is this option not supported.