Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Prowlarr should not be passed to the vpn. #63

Open
Keenan-Nicholson opened this issue Jan 26, 2025 · 0 comments
Open

[BUG] Prowlarr should not be passed to the vpn. #63

Keenan-Nicholson opened this issue Jan 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Keenan-Nicholson
Copy link

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: prowlarr
    image: linuxserver/prowlarr:latest
   
    network_mode: service:vpn # Uncomment this line if vpn is enabled

    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
    volumes:
      - prowlarr-config:/config

    restart: 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.

@Keenan-Nicholson Keenan-Nicholson added the bug Something isn't working label Jan 26, 2025
@Keenan-Nicholson Keenan-Nicholson changed the title [BUG] [BUG] Prowlarr should not be passed to the vpn. Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant