You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2040 looks like it was supposed to be fixed. From the docs, I run the following command:
docker run -it -p 1883:1883 -e NO_AUTHENTICATION=1 eclipse-mosquitto:2.0.8
However this results in behavior identical to if I did not pass NO_AUTHENTICATION=1
$ docker run -it -p 1883:1883 -e NO_AUTHENTICATION=1 eclipse-mosquitto:2.0.8
1615145236: mosquitto version 2.0.8 starting
1615145236: Config loaded from /mosquitto/config/mosquitto.conf.
1615145236: Starting in local only mode. Connections will only be possible from clients running on this machine.
1615145236: Create a configuration file which defines a listener to allow remote access.
1615145236: Opening ipv4 listen socket on port 1883.
1615145236: Opening ipv6 listen socket on port 1883.
1615145236: Error: Address not available
1615145236: mosquitto version 2.0.8 running
The text was updated successfully, but these errors were encountered:
#2040 looks like it was supposed to be fixed. From the docs, I run the following command:
However this results in behavior identical to if I did not pass NO_AUTHENTICATION=1
The text was updated successfully, but these errors were encountered: