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
This commit is contained in:
2026-07-19 10:46:59 -05:00
parent 1c5ad04604
commit 4dce47cb2a
+2 -2
View File
@@ -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