feat(jellyfin): migrate to official image

This commit is contained in:
Ben Martin 2024-09-19 20:20:00 +00:00
parent 64e3be711f
commit 8fde06c42c
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -7,10 +7,14 @@
"Tasks": [ "Tasks": [
{ {
"Name": "Jellyfin", "Name": "Jellyfin",
"User": "985",
"Driver": "docker", "Driver": "docker",
"Config": { "Config": {
"image": "lscr.io/linuxserver/jellyfin:latest", "image": "jellyfin/jellyfin",
"runtime": "nvidia", "runtime": "nvidia",
"group_add": [
"997"
],
"memory_hard_limit": 4096, "memory_hard_limit": 4096,
"ports": [ "ports": [
"jellyfin" "jellyfin"
@ -40,11 +44,7 @@
] ]
}, },
"Env": { "Env": {
"TZ": "Europe/London", "JELLYFIN_PublishedServerUrl": "192.168.1.5"
"PUID": "985",
"PGID": "997",
"JELLYFIN_PublishedServerUrl": "192.168.1.5",
"MALLOC_TRIM_THRESHOLD_": "100000"
}, },
"Resources": { "Resources": {
"CPU": 1200, "CPU": 1200,