My hassio is running in docker on Ubuntu 18.04. I installed the pi-hole add-on, however the DNS is not running. I’m getting this notification in the log: dnsmasq: failed to create listening socket for port 53: Address in use
I did a netstat search and came up with this:
sudo netstat -tulpn | grep ":53 "
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 703/systemd-resolve
udp 0 0 127.0.0.53:53 0.0.0.0:* 703/systemd-resolve
Not sure where to go from here, any help? Should I change the port?