Files
mosquitto/docker/local/mosquitto.conf
Roger A. Light bce81bbe28 Docker: Update packaging for 2.1
Add ubuntu based image
2025-09-16 11:48:55 +01:00

10 lines
225 B
Plaintext

# This is a Mosquitto configuration file that creates a listener on port 1883
# that allows unauthenticated access.
listener 1883
allow_anonymous true
listener 9883
protocol http_api
http_dir /usr/share/mosquitto/dashboard