1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2015-12-09 01:02:10 +08:00
parent f69c6d4fb6
commit bdd25ce3f9
2 changed files with 15 additions and 0 deletions

@ -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/

@ -0,0 +1,5 @@
mosquitto:
image: vimagick/mosquitto
ports:
- "1883:1883"
restart: always