From 8fde06c42c8969b748822579287ad3b6a4963206 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 19 Sep 2024 20:20:00 +0000 Subject: [PATCH] feat(jellyfin): migrate to official image --- modules/media-centre/jobspec.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/media-centre/jobspec.json b/modules/media-centre/jobspec.json index ceecaa8..52f6f2c 100644 --- a/modules/media-centre/jobspec.json +++ b/modules/media-centre/jobspec.json @@ -7,10 +7,14 @@ "Tasks": [ { "Name": "Jellyfin", + "User": "985", "Driver": "docker", "Config": { - "image": "lscr.io/linuxserver/jellyfin:latest", + "image": "jellyfin/jellyfin", "runtime": "nvidia", + "group_add": [ + "997" + ], "memory_hard_limit": 4096, "ports": [ "jellyfin" @@ -40,11 +44,7 @@ ] }, "Env": { - "TZ": "Europe/London", - "PUID": "985", - "PGID": "997", - "JELLYFIN_PublishedServerUrl": "192.168.1.5", - "MALLOC_TRIM_THRESHOLD_": "100000" + "JELLYFIN_PublishedServerUrl": "192.168.1.5" }, "Resources": { "CPU": 1200,