From 1bbc42d2adb9ae1a90d656f1945f5d9e32615148 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Sun, 4 Jan 2026 19:35:27 +0000 Subject: [PATCH] Mount music_library_1 as read-only volume for syncing to other devices --- compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7d2eb3c..130976b 100644 --- a/compose.yml +++ b/compose.yml @@ -16,8 +16,10 @@ services: - 22000:22000/udp # QUIC file transfers - 21027:21027/udp # Receive local discovery broadcasts volumes: - - ./data:/var/syncthing + - ./data:/var/syncthing:rw + - /mnt/music_library_1:/var/syncthing/music_library_1:rw networks: syncthing_network: name: syncthing_network +