Created
June 21, 2022 07:18
-
-
Save naramdash/ac56e2043bca20107d12cfb5f5cd244d to your computer and use it in GitHub Desktop.
run mosquitto with docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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