add not about bind mounts on Mac

This commit is contained in:
Willy Kloucek
2021-12-22 11:38:21 +01:00
parent 91afa07b4e
commit 4cbc42aeb4

View File

@@ -74,6 +74,7 @@ When you're using oCIS with self-signed certificates, you need to set the enviro
{{< hint warning >}}
In order to persist your data, you need to mount a docker volume or create a host bind-mount at `/var/lib/ocis`, for example with: `-v /some/host/dir:/var/lib/ocis`
You cannot use bind mounts on MacOS, since extended attributes are not supported ([owncloud/ocis#182](https://github.com/owncloud/ocis/issues/182), [moby/moby#1070](https://github.com/moby/moby/issues/1070)).
{{< /hint >}}
## Usage