mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-03 09:13:34 +08:00
fix typo
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
8cd5f604c4
commit
204aa5649c
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +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/"`
|
||||
- On macOS it might be `-e NEXTCLOUD_MOUNT="/Volumes/your_drive/"`
|
||||
- For Synology it may be `-e NEXTCLOUD_MOUNT="/volume1/"`.
|
||||
- On Windows it might be `-e NEXTCLOUD_MOUNT="/run/desktop/mnt/host/d/your-folder/"`. (This path is equivalent to `D:\your-folder` 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. `d/your-folder/` which is equivalent to `D:\your-folder`.)
|
||||
|
||||
|
|
Loading…
Reference in a new issue