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
|
- PGID=1000
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
volumes:
|
volumes:
|
||||||
- /home/mattspeer/docker/lidarr:/config
|
- /srv/docker/lidarr:/config
|
||||||
- /srv/music:/music #location of music library
|
- /srv/music:/music:ro #location of music library
|
||||||
- /downloads/complete/music:/downloads/music #location of sabnzb output
|
- /downloads/complete/music:/downloads/music #location of sabnzb output
|
||||||
ports:
|
ports:
|
||||||
- 8686:8686
|
- 8686:8686
|
||||||
|
|||||||
Reference in New Issue
Block a user