qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun
MIT License
269 stars 31 forks source link

Prowlarr cannot connect to Radarr/Sonarr when behind gluetun #52

Open Daive01 opened 3 months ago

Daive01 commented 3 months ago

Today I was connecting Radarr/Sonarr to Prowlarr, which is using gluetun, and it wouldn't work. So I tried running Prowlarr in a compose file with no connection to gluetun, and it connected just fine. I am on the latest release of all images.

P.S. I am relatively new to this stuff, so the less complicated the solution, the better.

Thanks

Daive01 commented 3 months ago

An additional question I have is: is it recommended for flaresolverr to be connected to gluetun or for it to be docker network?

joestump commented 1 month ago

Any service your route through gluetun will need that service's ports exposed on the gluetun container. When you route traffic through the gluetun container that container effectively becomes the internet gateway for those containers. I would try adding 7878:7878 and 8989:8989 to your gluetun container's ports.