-
-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with the last version of mosquitto #39
Comments
eclipse-mosquitto:2.0 has breaking changes: https://mosquitto.org/blog/2020/12/version-2-0-0-released/ In order to get this working with v2 you have to add the following settings to
|
I have fixed the version to |
I have added a pull request: #40 |
I've merged #40 👍 |
docker-compose.yml file worked perfectly until 10 days ago. The lastest version of mosquitto container leads now to this error :
Error: Address not available : (eclipse-mosquitto/mosquitto#2040) .
I had to use go back to eclipse-mosquitto:1.5 to make it work.
mosquitto:
image: eclipse-mosquitto:1.5
ports:
- 1883:1883
The text was updated successfully, but these errors were encountered: