qdm12 / gluetun-wiki

Home to the Markdown Wiki page for Gluetun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prowlarr cannot connect to Radarr/Sonarr when behind gluetun

Daive01 opened this issue · comments

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

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

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.

Facing the same issue here, Radarr/Sonarr are running locally on the system while Prowlarr is running in a docker connected to gluetun, @joestump I can even access the Prowlarr WebUI through the exposed ports in gluetun, it just keeps throwing an error when I try connecting them.

Adding 7878:7878 and 8989:8989 to the list of exposed ports by gluetunis not required since OP is not hosting Radarr/Sonarr in a container connected to gluetun

This is not an issue with the Wiki, so closing this. Create a discussion at https://github.com/qdm12/gluetun/discussions instead