Hi there. I want to run Home Assistant on my M1 Mac mini with Docker. I have it working fine when I run the container in network mode bridge
and exposing port 8123, but with that configuration I was not able to use the HomeKit integration (I also tried to expose the default port for the HomeKit integration, 21603).
After looking around topics in the community it seems like I have to run the Home Assistant container in network mode host
for the HomeKit integration to work properly. When I do this I get no error logs and the container looks healthy, but I cannot find the Home Assistant UI anywhere (localhost:8123 or IP:8123). I also cannot find the port using sudo lsof -i -n -P | grep 8123
.
Thanks for any help!