2024-02-12, 07:58 PM
Okay, I think my main issue is in the mounting - I don't understand exactly what it's supposed to look like under volumes in the docker compose.
I've tried a few different things, most recently copying in the example that was in the link you posted: volumes:
- /path/to/library:/config
- /path/to/tvseries:/data/tvshows
- /path/to/movies:/data/movies
but this still does not allow jellyfin to find the folder.
what would you need to see of my OMV6 folder structure to know exactly what that section should look like?
Thanks for your response! :)
I've tried a few different things, most recently copying in the example that was in the link you posted: volumes:
- /path/to/library:/config
- /path/to/tvseries:/data/tvshows
- /path/to/movies:/data/movies
but this still does not allow jellyfin to find the folder.
what would you need to see of my OMV6 folder structure to know exactly what that section should look like?
Thanks for your response! :)
(2024-02-12, 07:40 PM)tmsrxzar Wrote: ignore OMV6*, it has nothing useful pertaining to Docker+Jellyfin
you need to mount volumes to your jellyfin docker container, instructions can be found https://docs.linuxserver.io/images/docker-jellyfin
since you are new, i would recommend using Portainer to manage Docker instead of CLI https://docs.portainer.io/start/install-...cker/linux