cx40
@cx40@piefed.ca
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Docker question: updating container to specific version 6 days ago:
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/jellyfinpossibly with a version number. You can specify which version you want by changing that line. For example:
image: jellyfin/jellyfin:10.10.7You can check which versions are available here.