Changes between Version 5 and Version 6 of MQTT
- Timestamp:
- 05/27/21 10:35:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MQTT
v5 v6 56 56 [krit@mini MQTT]$ docker run -it --name mosquitto -p 1883:1883 -v $(pwd)/mosquitto:/mosquitto/ eclipse-mosquitto 57 57 }}} 58 59 If we need to add/del/modify any config files in '''passwd''' or '''acls.conf''', we just restart the docker with 60 {{{ 61 [krit@mini MQTT]$ docker restart mosquitto 62 }}}