jelly nvidia

This commit is contained in:
mjallen18
2024-02-18 22:55:05 -06:00
parent 23873cbcf1
commit 75a13b4c63

View File

@@ -6,16 +6,16 @@
autoStart = true;
image = "jellyfin/jellyfin";
volumes = [
"/mnt/Safe\ SSD/ssd_app_data/jellyfin:/config"
# "/mnt/Safe\ SSD/ssd_app_data/jellyfin/cache:/cache"
# "/mnt/Safe\ SSD/ssd_app_data/jellyfin/log:/log"
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/config:/config"
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/cache:/cache"
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/log:/log"
"/mnt/Main\ Pool/Movies:/movies"
"/mnt/Main\ Pool/TV:/tv"
];
ports = [ "8096:8096" ];
environment = {
NVIDIA_VISIBLE_DEVICES = "all";
# JELLYFIN_LOG_DIR = "/log";
JELLYFIN_LOG_DIR = "/log";
PUID = "911";
PGID = "1000";
};