From 716033163675619f0169087859a892679999dea7 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 21:29:23 -0500 Subject: [PATCH] added cache directory --- var_files/mount/jellyfin.actcur.com | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com index 3a21f8b..5b2d4f6 100644 --- a/var_files/mount/jellyfin.actcur.com +++ b/var_files/mount/jellyfin.actcur.com @@ -13,8 +13,12 @@ mounts: local: /mnt/video type: nfs bind: - - name: jellyfin + - name: jellyfin data src: /mnt/data/jelly/data/ mount: /var/lib/jellyfin + bind: + - name: jellyfin cache + src: /mnt/data/jelly/cache/ + mount: /var/cache/jellyfin # end of file