this post was submitted on 22 Nov 2023
2 points (100.0% liked)
Servarr - Sonarr/Radarr/Prowlarr
532 readers
1 users here now
Unofficial Lemmy Community for the Servarr suite of apps.
Lidarr, Prowlarr, Radarr, Readarr, Sonarr, and Whisparr collectively referred to as "*Arr" or "*Arrs". They are designed to automatically grab, sort, organize, and monitor your Music, Movie, E-Book, or TV Show collections for Lidarr, Radarr, Readarr, Sonarr, and Whisparr; and to manage your indexers and keep them in sync with the aforementioned apps for Prowlarr.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got it working! The issue was just that the docker-compose file was missing
network_mode: "host"
, so the container wasn't allowed to talk to the other services. It's running now for me. I'll update the example docker-compose file on my repo and add it to the readme. I was going to do that anyway because it was so outdated that it wasn't working on the current version of docker-compose anyway.