jellyfin updates

This commit is contained in:
mjallen18
2024-02-19 18:50:30 -06:00
parent 3360c0fa7d
commit 520b4ec5d0

View File

@@ -55,17 +55,16 @@
--sdnotify=conmon \
-d \
--replace \
-e 'JELLYFIN_LOG_DIR'='/log' \
-e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility' \
-e 'NVIDIA_VISIBLE_DEVICES'='all' \
-e 'PGID'='1000' \
-e 'PUID'='911' \
-p '8096:8096' \
-v '"/mnt/Safe\ SSD/nix_app_data/jellyfin/config":/config' \
-v '"/mnt/Safe\ SSD/nix_app_data/jellyfin/cache":/cache' \
-v '"/mnt/Safe\ SSD/nix_app_data/jellyfin/log":/log' \
-v '"/mnt/Main\ Pool/Movies":/movies' \
-v '"/mnt/Main\ Pool/TV":/tv' \
-v '/mnt/Safe\ SSD/nix-app-data/jellyfin/config:/config' \
-v '/mnt/Safe\ SSD/nix-app-data/jellyfin/cache:/cache' \
-v '/mnt/Safe\ SSD/nix-app-data/jellyfin/log:/log' \
-v '/mnt/Main\ Pool/Movies:/movies' \
-v '/mnt/Main\ Pool/TV:/tv' \
linuxserver/jellyfin \
'';
wantedBy = [ "multi-user.target" ];