Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 372 Bytes

mosquitto-image

This mqtt image generates a config file from a template and envronment variables. Currently it is possible to configure TCP and WebSockets ports, persistence and login credentials for a single user

docker run -it -e MQTT_TCP_PORT=1883 -e MQTT_WS_PORT=1884 -e MQTT_PERSISTENCE=false -e MQTT_USER=user -e MQTT_PASS=pass waterview/mosquitto