This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/ArgoPanoptes on 2025-02-22 22:48:10+00:00.
I updated to the 28.0.0 version, and some containers started to have dns issues. In my case, I could notice Grafana and CloudFlare tunnel were not working and kept restarting.
Both were having the same error:
127.0.0.11:53: server misbehaving
I added this dns entry in the daemon.json
, restarted the docker service and it works now.
"dns": [ "127.0.0.1", "1.1.1.1", "1.0.0.1", "8.8.8.8", "8.4.4.8" ]
You must log in or register to comment.