FEAT : port non SSL fermé
This commit is contained in:
parent
58617e2957
commit
d20c1f5055
@ -5,5 +5,4 @@ services:
|
||||
volumes:
|
||||
- ./config:/mosquitto/config
|
||||
ports:
|
||||
- 1883:1883
|
||||
- 8883:8883
|
||||
|
||||
10
notes.md
10
notes.md
@ -40,7 +40,13 @@ docker run -it --rm -v /tmp:/mosquitto/config eclipse-mosquitto mosquitto_passwd
|
||||
### lire topic
|
||||
|
||||
```
|
||||
docker run --add-host host.docker.internal:host-gateway -it eclipse-mosquitto mosquitto_sub \
|
||||
docker run -it --rm \
|
||||
-v ./config:/mosquitto/config \
|
||||
eclipse-mosquitto mosquitto_sub \
|
||||
-h pc-raymond.home \
|
||||
-p 8883 \
|
||||
--cafile /mosquitto/config/ssl/mosquitto.crt \
|
||||
-u <username> -P <password> \
|
||||
-h host.docker.internal -p 1883 -t "rbo2"
|
||||
-t rbo2 \
|
||||
-v
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user