Run pi-hole in a Docker Container

I will be running pi-hole on Ubuntun 22.04. The problem is, port 53 is already in use by my host, so lets sort this out first. Check if port 53 is in use You can check out this article to learn more about stopping systemd-resolve, or follow the below: https://www.linuxuprising.com/2020/07/ubuntu-how-to-free-up-port-53-used-by.html Read more…

ESPHome on Home Assistant running in Docker

This is an extention to my “Home Assistant on Docker” post which can be found here: https://techstuff.leighonline.net/2023/03/10/home-assistant-in-docker-home-assistant-core/ Adding ESPHome to Home Assistant that is running in docker is quite straight forward. Just add the following to the existing docker compose: The ESPHome dashboard can be found here: http://<docker_host_ip>:6052 We can add Read more…