1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:32 +02:00
dockerfiles/mosquitto/docker-compose.yml

6 lines
84 B
YAML
Raw Normal View History

2015-12-08 19:02:10 +02:00
mosquitto:
image: vimagick/mosquitto
ports:
- "1883:1883"
restart: always