Adguard home on docker, raspberry pi problem #5428
Unanswered
kidstretch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, i setup Adguard home with the following compose file through portainer on my raspberry pi.
version: "3.8"
services:
adguard:
image: adguard/adguardhome:latest
container_name: adguard
ports:
- "53:53/tcp"
- "53:53/udp"
- "67:67/udp"
- "3000:80/tcp"
- "444:443/tcp"
- "9090:9090/tcp"
environment:
- TZ=Europe/Athens
- ADGUARD_DNS_LISTENING_IP=0.0.0.0
- ADGUARD_HTTP_LISTENING_IP=0.0.0.0
volumes:
- /portainer/Files/AppData/config/adguardhome/confdir:/opt/adguardhome/conf
restart: unless-stopped
I can login to the AGH panel just fine, on the setup page it gives the 192.168.176.2 ip for putting on my router.
So, i put this ip on my router settings as followed.
After doing that, every service that i run on my pi, such as sabnzdb, sonarr, jellyseerr, cannot connect to the internet,
errors connecting all over on the logs.
So, for some reason, AGH stops them.
Is there any way to fix it? Could it be a permissions problem?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions