You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Prowlarr does not need to run through the VPN. Only the download client (qbittorrent) should be have the tag network_mode: service:vpn
Expected behavior
If running Prowlarr through the vpn indexers fail at a very high rate due to DNS issues.
Docker compose file
prowlarr:
profiles: ["vpn", "no-vpn"]container_name: prowlarrimage: linuxserver/prowlarr:latestnetwork_mode: service:vpn # Uncomment this line if vpn is enabledenvironment:
- PUID=1000
- PGID=1000
- TZ=UTCvolumes:
- prowlarr-config:/configrestart: unless-stopped
Additional context
I tried for quite a while to diagnose why I was getting DNS errors. I realized that Prowlarr does not need to, and actually should NOT be using the service:vpn tag as it is not dealing with sensitive information.
The download client is the only service that NEEDS to be inside this container.
For 2 weeks my I could not download a single movie or tv show, as soon as I took Prowlarr out of the vpn everything worked.
Please let me know if I can make a pull request to the docker-compose.yml and update the readme to reflect these suggested changes.
The text was updated successfully, but these errors were encountered:
Describe the bug
Prowlarr does not need to run through the VPN. Only the download client (qbittorrent) should be have the tag
network_mode: service:vpn
Expected behavior
If running Prowlarr through the vpn indexers fail at a very high rate due to DNS issues.
Docker compose file
Additional context
I tried for quite a while to diagnose why I was getting DNS errors. I realized that Prowlarr does not need to, and actually should NOT be using the
service:vpn
tag as it is not dealing with sensitive information.The download client is the only service that NEEDS to be inside this container.
For 2 weeks my I could not download a single movie or tv show, as soon as I took Prowlarr out of the vpn everything worked.
Please let me know if I can make a pull request to the docker-compose.yml and update the readme to reflect these suggested changes.
The text was updated successfully, but these errors were encountered: