feat(jellyfin): migrate to official image
This commit is contained in:
parent
64e3be711f
commit
8fde06c42c
1 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue