nas fixes

This commit is contained in:
mjallen18
2024-02-18 19:24:34 -06:00
parent 9c088f2f43
commit 4b15be1b8d
4 changed files with 34 additions and 9 deletions

View File

@@ -22,13 +22,13 @@
"/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"
"/mnt/Main\ Pool/TV:/tv"
];
ports = [ "8096:8096" ];
environment = {
JELLYFIN_LOG_DIR = "/log";
PUID = 911;
PGID = 1000;
PUID = "911";
PGID = "1000";
};
};
}
}