Update Jellyfin service configuration to use version placeholder and add version metadata to template

This commit is contained in:
gyurix
2025-08-25 10:44:18 +02:00
parent b07b6c7800
commit f4f66398de
2 changed files with 8 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
"POST_START": "null"
},
{
"IMAGE": "jellyfin/jellyfin:latest",
"IMAGE": "jellyfin/jellyfin:#VERSION",
"UPDATE": "true",
"NAME": "jellyfin",
"NETWORK": "host",