I have docker desktop installed to replace a dying Pi that had pihoe and mosquitto installed. I got pihole image installed and running, but when I install mosquitto, I cannot connect to it (toke/mosquitto). The config file is as follows:
pid_file /var/run/mosquitto.pid
allow_anonymous true
persistence true
persistence_location /var/lib/mosquitto/
listener 1883 0.0.0.0
log_dest file /var/log/mosquitto/mosquitto.log
include_dir /etc/mosquitto/conf.d
I don’t have any firewall installed on this machine. A netstat -ab sees the pihole ports, but not mosquitto.
What am I missing?