• 0 Posts
  • 2 Comments
Joined 1 month ago
cake
Cake day: September 22nd, 2025

help-circle
  • It’s always good practice to back up your data before doing an upgrade. But in case you need it, you can certainly do a minor version update through compose. If you already have that set up, it’ll probably be the easier route.

    Your compose file should have a line that looks like this:

    image: jellyfin/jellyfin  
    

    possibly with a version number. You can specify which version you want by changing that line. For example:

    image: jellyfin/jellyfin:10.10.7  
    

    You can check which versions are available here.