diff --git a/jellyfin/service-jellyfin.json b/jellyfin/service-jellyfin.json index 1a8133c..62a8958 100644 --- a/jellyfin/service-jellyfin.json +++ b/jellyfin/service-jellyfin.json @@ -29,7 +29,7 @@ "POST_START": "null" }, { - "IMAGE": "jellyfin/jellyfin:latest", + "IMAGE": "jellyfin/jellyfin:#VERSION", "UPDATE": "true", "NAME": "jellyfin", "NETWORK": "host", diff --git a/jellyfin/template.json b/jellyfin/template.json index c8648f1..3704c0d 100644 --- a/jellyfin/template.json +++ b/jellyfin/template.json @@ -9,6 +9,13 @@ "description": "Domain", "key": "DOMAIN", "value": "" + }, + { + "description": "Version", + "key": "VERSION", + "value": "2025081105", + "info": "Latest stable official version at the time of template creation.", + "advanced": "true" } ] } \ No newline at end of file