This commit is contained in:
Nathan McCarty 2023-04-10 12:18:14 -04:00
parent 2e72a7255e
commit 50e8a7a4a0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
ports = [ "8686:8686" ]; ports = [ "8686:8686" ];
volumes = [ volumes = [
"/var/lib/lidarr:/config" "/var/lib/lidarr:/config"
"/mnt/plex:/music" "/mnt/music:/music"
"/mnt/scratch/sabnzbd/download-complete:/downloads" "/mnt/scratch/sabnzbd/download-complete:/downloads"
]; ];
dependsOn = [ "sabnzbd" ]; dependsOn = [ "sabnzbd" ];