Comment on Docker question: updating container to specific version
WhyJiffie@sh.itjust.works 3 weeks agodon’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!