fix: memory_hard_limit datatype is number, not string
This commit is contained in:
parent
693c72588e
commit
9e9e513451
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
"Config": {
|
"Config": {
|
||||||
"image": "lscr.io/linuxserver/jellyfin:latest",
|
"image": "lscr.io/linuxserver/jellyfin:latest",
|
||||||
"runtime": "nvidia",
|
"runtime": "nvidia",
|
||||||
"memory_hard_limit": "1.5g",
|
"memory_hard_limit": 1536,
|
||||||
"ports": [
|
"ports": [
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue