1

Enable jellyfin hardware transcoding

This commit is contained in:
2023-10-30 11:41:08 +01:00
parent 9a210bd36d
commit 84f3ec569b

View File

@ -28,11 +28,13 @@
PUID = "3000"; PUID = "3000";
PGID = "3000"; PGID = "3000";
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
NVIDIA_VISIBLE_DEVICES = "all"; NVIDIA_VISIBLE_DEVICES = "all";
NVIDIA_DRIVER_CAPABILITIES = "all"; NVIDIA_DRIVER_CAPABILITIES = "all";
}; };
extraOptions = [ extraOptions = [
"--privileged"
"--gpus=all" "--gpus=all"
"--net=behind-nginx" "--net=behind-nginx"
]; ];