mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update
This commit is contained in:
parent
f69c6d4fb6
commit
bdd25ce3f9
@ -14,4 +14,14 @@ monitoring and automation with his twittering house and twittering ferry. Andy
|
||||
gave a talk on this at OggCamp that explains a bit about MQTT and how he uses
|
||||
it. The slides and audio are available online at slideshare.
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```
|
||||
mosquitto:
|
||||
image: vimagick/mosquitto
|
||||
ports:
|
||||
- "1883:1883"
|
||||
restart: always
|
||||
```
|
||||
|
||||
[1]: http://mosquitto.org/
|
||||
|
5
mosquitto/docker-compose.yml
Normal file
5
mosquitto/docker-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
mosquitto:
|
||||
image: vimagick/mosquitto
|
||||
ports:
|
||||
- "1883:1883"
|
||||
restart: always
|
Loading…
Reference in New Issue
Block a user