Comment on Docker question: updating container to specific version

<- View Parent
WhyJiffie@sh.itjust.works ⁨5⁩ ⁨days⁩ ago

don’t forget to recreate the container after editing the file, or else you’ll keep running your previous Jellyfin version. “docker compose start” does not do it, “docker compose up” does when it detects a change.

source
Sort:hotnewtop