9 hours ago
I generally don't upgrade my server for a few weeks after a new version drops, but have made the switch to docker recently and have a question about that.
I'm assuming I just change:
To
That should keep me on 10.10.7 until I change it back to update, correct?
Thanks
I'm assuming I just change:
Code:
image: jellyfin/jellyfin:latest
To
Code:
image: jellyfin/jellyfin:10.10.7
That should keep me on 10.10.7 until I change it back to update, correct?
Thanks