From 4cb3de73f12a27cce93be9353cbbc6a65ff8978b Mon Sep 17 00:00:00 2001 From: Kappeh Date: Mon, 22 Jun 2026 04:47:10 +0100 Subject: [PATCH] Update media location --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e23e57a..d37f0e1 100644 --- a/compose.yml +++ b/compose.yml @@ -15,8 +15,8 @@ services: volumes: - ./config:/config:rw - ./cache:/cache:rw - - /mnt/video_library_1/data:/library:rw - - /mnt/video_library_1/metadata:/metadata:rw + - /mnt/media_library_1/data:/library:rw + - /mnt/media_library_1/metadata:/metadata:rw labels: diun.enable: "true" diun.watch_repo: "true"