test jelly
This commit is contained in:
@@ -6,17 +6,19 @@
|
|||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "jellyfin/jellyfin";
|
image = "jellyfin/jellyfin";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/config:/config"
|
"/mnt/Safe\ SSD/ssd_app_data/jellyfin:/config"
|
||||||
"/mnt/Safe\ SSD/ssd_app_data/jellyfin/cache:/cache"
|
# "/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/log:/log"
|
||||||
"/mnt/Main\ Pool/Movies:/movies"
|
"/mnt/Main\ Pool/Movies:/movies"
|
||||||
"/mnt/Main\ Pool/TV:/tv"
|
"/mnt/Main\ Pool/TV:/tv"
|
||||||
];
|
];
|
||||||
ports = [ "8096:8096" ];
|
ports = [ "8096:8096" ];
|
||||||
environment = {
|
environment = {
|
||||||
JELLYFIN_LOG_DIR = "/log";
|
NVIDIA_VISIBLE_DEVICES = "all";
|
||||||
|
# JELLYFIN_LOG_DIR = "/log";
|
||||||
PUID = "911";
|
PUID = "911";
|
||||||
PGID = "1000";
|
PGID = "1000";
|
||||||
};
|
};
|
||||||
|
extraOptions = [ "--runtime=nvidia" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user