Also musst du es in Jellyfin Mounten oder den Mount punkt im Asustore suchen
Bei Docker
Bind Mounts are needed to pass folders from the host OS to the container OS whereas volumes are maintained by Docker and can be considered easier to backup and control by external programs. For a simple setup, it's considered easier to use Bind Mounts instead of volumes. Multiple media libraries can be bind mounted if needed:
--mount type=bind,source=/path/to/media1,target=/media1 ---> Hier deine Festplatte angeben
--mount type=bind,source=/path/to/media2,target=/media2,readonly ----> Oder wenn du niur daten lesen willst hier
...etc