Deploy Jellyfin with the Nvidia runtime

This commit is contained in:
Ben Martin 2024-06-16 00:09:58 +01:00
parent 05d7a87306
commit d79bfdd5cb

View file

@ -10,6 +10,7 @@
"Driver": "docker", "Driver": "docker",
"Config": { "Config": {
"image": "lscr.io/linuxserver/jellyfin:latest", "image": "lscr.io/linuxserver/jellyfin:latest",
"runtime": "nvidia",
"ports": [ "ports": [
"jellyfin" "jellyfin"
], ],