From 4dce47cb2a1901f7aae41646c3dfa307737d760a Mon Sep 17 00:00:00 2001 From: mattspeer Date: Sun, 19 Jul 2026 10:46:59 -0500 Subject: [PATCH] Update docker-compose.yaml Updated config directory to use /srv instead of home directory. Changed music directory to read only so that lidarr can't make changes. this is now managed by beets --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fd6aebe..a594101 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,8 +18,8 @@ services: - PGID=1000 - TZ=America/Chicago volumes: - - /home/mattspeer/docker/lidarr:/config - - /srv/music:/music #location of music library + - /srv/docker/lidarr:/config + - /srv/music:/music:ro #location of music library - /downloads/complete/music:/downloads/music #location of sabnzb output ports: - 8686:8686