fix(docs): read-only affects XMP writing (#11823)

* mention issue: read-only library vs XMP sidecars

* mention issue: read-only library vs XMP sidecars
chore: rename motionphotos to kebab-case and add new assets (#5)
This commit is contained in:
Carsten Otto 2024-08-15 22:48:21 +02:00 committed by GitHub
parent 433c7ab01d
commit c582a841ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -112,7 +112,8 @@ The `immich-server` container will need access to the gallery. Modify your docke
```
:::tip
The `ro` flag at the end only gives read-only access to the volumes. This will disallow the images from being deleted in the web UI.
The `ro` flag at the end only gives read-only access to the volumes.
This will disallow the images from being deleted in the web UI, or adding metadata to the library ([XMP sidecars](/docs/features/xmp-sidecars)).
:::
:::info