Skip to content

Instantly share code, notes, and snippets.

@naramdash
Created June 21, 2022 07:18
Show Gist options
  • Save naramdash/ac56e2043bca20107d12cfb5f5cd244d to your computer and use it in GitHub Desktop.
Save naramdash/ac56e2043bca20107d12cfb5f5cd244d to your computer and use it in GitHub Desktop.
run mosquitto with docker
docker run \
--name mosquitto-container \
--restart always \
--detach \
-p 9001:9001 \
-p 1883:1883 \
eclipse-mosquitto:1.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment