thundermagic/rpi_media_centre

Containers not connected to internet if Pihole present in different stack

Opened this issue · 0 comments

If any another stack with Pi hole is present, it interferes with the rpi media centre stack and none of the containers i,e, Jackett, Radarr, transmission are getting connected to the internet.

This can be solved by adding dns tag to the compose file. eg

....... jackett: image: linuxserver/jackett container_name: jackett dns - 8.8.8.8 - 1.1.1.1 environment: ........