you are viewing a single comment's thread
view the rest of the comments
[โ€“] 1 point 2 years ago (1 child)

Thanks! I don't have too much music on it yet, I guess, so not sure on the performance. I do like that read only approach, though. Currently I'm running just the regular jellyfin app on my Mac. What made you use it in docker? It sounds like in Linux it's a safeguard to prevent dependency issues but I don't think that's really a factor on mac

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 1 point 2 years ago

    Mostly ease of management. I have a server on which I run multiple applications. If I don't need something anymore, I can just purge the container. The directories used by that container are clearly listed in my docker-compose file so I never have to wonder whether I purged everything that is now unnecessary.

    It also makes it very easy to deploy a new service.

  • source
  • parent