petsoi@discuss.tchncs.de to Linux@lemmy.ml · 5 days agoJellyfin 10.10.0 media server releasedjellyfin.orgexternal-linkmessage-square72fedilinkarrow-up1536arrow-down13cross-posted to: jellyfin@lemmy.ml
arrow-up1533arrow-down1external-linkJellyfin 10.10.0 media server releasedjellyfin.orgpetsoi@discuss.tchncs.de to Linux@lemmy.ml · 5 days agomessage-square72fedilinkcross-posted to: jellyfin@lemmy.ml
minus-squareCosmicTurtle0@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·5 days agoIf you set up using compose and don’t have the version pinned: dockee compose down && docker compose pull jellyfin && docker compose up -d
minus-squareSandbag@lemm.eelinkfedilinkarrow-up5·5 days agoWhat about if I am using Podman and have the container as a systemd unit file?
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up3·5 days agoPodman supports auto updating natively by setting a label. I use systemd service files for running containers, but you can add the same label on the command line or in quadlet files. https://wiki.exu.li/linux/podman#auto-update-container
If you set up using compose and don’t have the version pinned:
dockee compose down && docker compose pull jellyfin && docker compose up -d
What about if I am using Podman and have the container as a systemd unit file?
Podman supports auto updating natively by setting a label.
I use systemd service files for running containers, but you can add the same label on the command line or in quadlet files.
https://wiki.exu.li/linux/podman#auto-update-container