jellyfin updates
This commit is contained in:
@@ -55,17 +55,16 @@
|
|||||||
--sdnotify=conmon \
|
--sdnotify=conmon \
|
||||||
-d \
|
-d \
|
||||||
--replace \
|
--replace \
|
||||||
-e 'JELLYFIN_LOG_DIR'='/log' \
|
|
||||||
-e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility' \
|
-e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility' \
|
||||||
-e 'NVIDIA_VISIBLE_DEVICES'='all' \
|
-e 'NVIDIA_VISIBLE_DEVICES'='all' \
|
||||||
-e 'PGID'='1000' \
|
-e 'PGID'='1000' \
|
||||||
-e 'PUID'='911' \
|
-e 'PUID'='911' \
|
||||||
-p '8096:8096' \
|
-p '8096:8096' \
|
||||||
-v '"/mnt/Safe\ SSD/nix_app_data/jellyfin/config":/config' \
|
-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/cache:/cache' \
|
||||||
-v '"/mnt/Safe\ SSD/nix_app_data/jellyfin/log":/log' \
|
-v '/mnt/Safe\ SSD/nix-app-data/jellyfin/log:/log' \
|
||||||
-v '"/mnt/Main\ Pool/Movies":/movies' \
|
-v '/mnt/Main\ Pool/Movies:/movies' \
|
||||||
-v '"/mnt/Main\ Pool/TV":/tv' \
|
-v '/mnt/Main\ Pool/TV:/tv' \
|
||||||
linuxserver/jellyfin \
|
linuxserver/jellyfin \
|
||||||
'';
|
'';
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user