Skip to content

Instantly share code, notes, and snippets.

@nzben
Created April 6, 2017 09:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nzben/a7d2b13032f910e59c86edb14e48d2a4 to your computer and use it in GitHub Desktop.
Save nzben/a7d2b13032f910e59c86edb14e48d2a4 to your computer and use it in GitHub Desktop.
mqtt:
image: eclipse-mosquitto:latest
restart: always
ports:
- "1883:1883"
- "9001:9001"
volumes:
- /opt/conf/mqtt/config:/mosquitto/config
- /opt/conf/mqtt/data:/mosquitto/data
- /opt/conf/mqtt/log:/mosquitto/log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment