this post was submitted on 08 Sep 2024
127 points (100.0% liked)
Jellyfin: The Free Software Media System
5705 readers
3 users here now
Current stable release: 10.10.0
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm appreciating how rapid the releases have been coming lately.
Although an auto-update feature would be very welcome, manually applying each update is getting annoying
Bro, just
docker-compose pull && docker-compose up -d
Throw it in a crontab job if you're on Linux even, 1 line in cron to run everything there to update on whatever schedule you want
https://github.com/containrrr/watchtower is a bit cleaner than that
I’m a bit of a noob with all this stuff, I run it off a Mac Mini. Can I still do this?
Do you use a package manager? It should take care of updating everything for you at once.
I’m on a Mac, can I set something like that up?
Macos has homebrew, which I think can do the same thing!