fix: memory_hard_limit datatype is number, not string

This commit is contained in:
Ben Martin 2024-07-28 19:14:29 +00:00
parent 693c72588e
commit 9e9e513451
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -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"
], ],