Hostnames Can't Resolve #3122
-
I had everything set up and working to the point that I stopped managing my docker installation of changedetection.io and left it to notify me of the configured changes. It had worked for months, nearly a year. Today I opened it up to add a new site to watch and every single one of my watches fails because it can't resolve the hostnames. Apparently they've been failing for 2 months. No notifications. No easy way to fix this. I've downloaded the latest docker image and restarted my containers but no change. I've tried changing how the requests are made ( I can't find a place to specify DNS. I've tried adding new watches both to old domains and never before seen domains but they get the same error:
It doesn't come and go. Every request fails every time right now and I cannot figure out why. My docker-compose.yml:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
paste your full docker-compose.yml |
Beta Was this translation helpful? Give feedback.
-
I was seeing similar errors every time after reboot. It couldn't resolve host names, even though DNS on my machine was working fine. I was able to solve it by adding DNS servers to the docker configuration in {
"dns": ["8.8.8.8", "1.1.1.1"]
} |
Beta Was this translation helpful? Give feedback.
I was seeing similar errors every time after reboot. It couldn't resolve host names, even though DNS on my machine was working fine. I was able to solve it by adding DNS servers to the docker configuration in
/etc/docker/daemon.json