Changes between Version 5 and Version 6 of MQTT


Ignore:
Timestamp:
05/27/21 10:35:16 (4 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MQTT

    v5 v6  
    5656[krit@mini MQTT]$ docker run -it --name mosquitto -p 1883:1883 -v $(pwd)/mosquitto:/mosquitto/ eclipse-mosquitto
    5757}}}
     58
     59If 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}}}