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": [
|
"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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue