Open CZonin opened 11 months ago
Hi, I recently had the same issue, but was due to missing 'listener 1883' entry. What is the output of the log files? As far as I know, 'allow_anonymous true' is in conflict with the presents of a password file. If you want to use a username and password, remove 'allow_anonymous' or change its value to false.
I've had mosquitto (2.0.18) running and working for services on the host machine for awhile now without any issues. Recently, I've been trying to get it to be reached by other devices on my network, but no matter what I do, it starts in local only mode.
Here's my docker-compose:
mosquitto.conf
I've checked the config file within the container to make sure it's mapping to my local file which it is. I've tried with
listener 9001
and withoutprotocol websockets
in the config, but no luck.Any ideas?