Comment on Docker question: updating container to specific version
WhyJiffie@sh.itjust.works 5 days 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 5 days ago
Good point, thanks!