I would like to install “Zigbee2MQTT” in Home Assistant (which is running in Docker).
I found this Docker image (https://hub.docker.com/_/eclipse-mosquitto) and have started it, but I don't see any output in the console. When I attempt to configure the broker in Home Assistant, I receive an error message. Additionally, when I try to ping the container from the Home Assistant container on the open port (1883), I encounter a “refused” error. After some testing, I have determined that the container is the issue, as it does not respond to the ping.
Am I using the wrong image? How can I run “Zigbee2MQTT” with my Docker Home Assistant setup?