I want to add files as external library to my immich installation (docker compose)
what I did is:
1.) added folder to docker-compose to mount it to /data inside the container (server)
mentioning this folder is mounted as read-only to the host in the first time (but different tests later)
2.) checked using bash inside the docker container and i can see all files/images subfolders ...
(check picture)
3.) added /data:ro at admin-page to the user "external path" <--- ":ro" was suggested in helppage, removing :ro does not make it working
also tried adding /mnt pictures with permission 777 should have worked anyway
4.) added at the user account settings a external library
5.) added /data/mypictures as path in there
also tried adding /mnt/19100000 also not working
that's how it's supposed to be done according to the manual (https://immich.app/docs/features/libraries/)
tried to change trailing slashes, edited user/owner of the files as well as copied them to a different place changing 3.-5. accordingly, changed permission to 777
Overview
.