From 5ce74f062dbe03aa3c9c6273900660cc8c9c92f7 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 4 Oct 2024 17:55:12 +0800 Subject: [PATCH] Refactor swarm/apps.yml: Update jellyfin service configuration --- swarm/apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/apps.yml b/swarm/apps.yml index 89e2337..827d4f7 100644 --- a/swarm/apps.yml +++ b/swarm/apps.yml @@ -8,7 +8,7 @@ x-environment: &app-environment volumes: # bai_cache: {} jellyfin_config: {} - # jellyfin_cache: {} + jellyfin_cache: {} # adminer_data: {} # privatebin_data: {} @@ -106,7 +106,7 @@ services: # user: "1000:1000" volumes: - jellyfin_config:/config - - /var/data/jellyfin_cache:/cache + - jellyfin_cache:/cache - type: bind source: ${MEDIADIR} target: /media