Compare commits
No commits in common. "836399a7282ffeafd3f21684ca960fe35c2ac7a4" and "4a3e71513f862a91efdfdb520265b47e96866ce7" have entirely different histories.
836399a728
...
4a3e71513f
@ -3,8 +3,17 @@
|
|||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
build: mqtt
|
build: mqtt
|
||||||
ports:
|
|
||||||
- "1883:1883"
|
|
||||||
- "9001:9001"
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/mqtt:/mosquitto
|
- type: bind
|
||||||
|
source: /home/dirk/tmp/mqtt/
|
||||||
|
target: /mosquitto/
|
||||||
|
ports:
|
||||||
|
- target: 1883
|
||||||
|
published: 1883
|
||||||
|
protocol: tcp
|
||||||
|
mode: host
|
||||||
|
- target: 9001
|
||||||
|
published: 9001
|
||||||
|
protocol: tcp
|
||||||
|
mode: host
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user