Fix mosquitto conf for version 2.x

Apparently Mosquitto had some breaking changes in the configuration,
so we need to add some values to the new version.

This only became visible after the DNS change in our Router. This fix
has been tested and is working.
This commit is contained in:
Stefan Haun 2022-07-03 22:41:35 +02:00
parent 218fb4786c
commit 1b88909edf

View file

@ -4,6 +4,11 @@ persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
listener 1883 0.0.0.0
allow_anonymous true
# Bridge to platon
connection br-radon-to-platon
address platon:1883