Comment on Docker question: updating container to specific version
ook@discuss.tchncs.de 3 weeks agoThis looks simple enough, thanks for taking the time to write that out for me!
Comment on Docker question: updating container to specific version
ook@discuss.tchncs.de 3 weeks agoThis looks simple enough, thanks for taking the time to write that out for me!
WhyJiffie@sh.itjust.works 3 weeks 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.
ook@discuss.tchncs.de 3 weeks ago
Good point, thanks!