Skip to content

Instantly share code, notes, and snippets.

@suru-dissanaike
Created June 16, 2020 17:44
Show Gist options
  • Save suru-dissanaike/8c0fd9bfe074bc11d29331d5634adbc6 to your computer and use it in GitHub Desktop.
Save suru-dissanaike/8c0fd9bfe074bc11d29331d5634adbc6 to your computer and use it in GitHub Desktop.
version: '3.5'
services:
mosquitto:
container_name: mosquitto_container
image: eclipse-mosquitto:1.6.10
volumes:
- ./config:/mosquitto/config/
ports:
- '8883:8883'
networks:
- default
restart: unless-stopped
networks:
default:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment