Changes between Version 6 and Version 7 of mqttredis


Ignore:
Timestamp:
08/01/22 00:22:29 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mqttredis

    v6 v7  
    1313}}}
    1414
    15 2. get the hash key with following command
     152. chmod 666 to Logs/mosquitto.log for writable log file
     16
     173. get the hash key with following command
    1618{{{
    1719krit@mini ~$ docker run -it docker-mosquitto-master_mosquitto np -p mypassword
     
    1921}}}
    2022
    21 3. get the ip address of redis-mosq docker by
     234. get the ip address of redis-mosq docker by
    2224{{{
    2325krit@mini ~$ docker inspect redis-mosq
    2426}}}
    2527
    26 4. add user to redis-mosq with command "set user password" where password get from hash key as in step 2
     285. add user to redis-mosq with command "set user password" where password get from hash key as in step 2
    2729{{{
    2830krit@mini ~$ docker exec -it redis-mosq  sh -c 'exec redis-cli -h "192.168.176.2" -p "6379"'
     
    3032192.168.176.2:6379>  quit
    3133}}}
     34