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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user