minus-squaretuxec@infosec.pubtoSelfhosted@lemmy.world•Jellyfin 10.11 RC1 ReleasedlinkfedilinkEnglisharrow-up0·edit-220 days agoI see you’ve got some downvotes, but without anyone suggesting a solution. You can add the mount points in the docker compose file and then configure Jellyfin to read from the path(s) mounted in the container (/media/movies) Eg: volumes: # local path : path in container - /mnt/storage/media/movies:/media/movies linkfedilink
minus-squaretuxec@infosec.pubtoSelfhosted@lemmy.world•Cloudreve -Self-hosted file management system with muilt-cloud supportlinkfedilinkEnglisharrow-up0·20 days agohttps://github.com/OpenListTeam/OpenList linkfedilink
I see you’ve got some downvotes, but without anyone suggesting a solution.
You can add the mount points in the docker compose file and then configure Jellyfin to read from the path(s) mounted in the container (/media/movies)
Eg:
volumes: # local path : path in container - /mnt/storage/media/movies:/media/movies