Question

How to run eclipse-mosquitto from Docker Hub?

I was trying to run eclipse-mosquitto from DockerHub but the deploy it’s failling…

[2022-11-03 13:35:34] 1667482534: mosquitto version 2.0.15 starting
[2022-11-03 13:35:34] 1667482534: Config loaded from /mosquitto/config/mosquitto.conf.
[2022-11-03 13:35:34] 1667482534: Starting in local only mode. Connections will only be possible from clients running on this machine.
[2022-11-03 13:35:34] 1667482534: Create a configuration file which defines a listener to allow remote access.
[2022-11-03 13:35:34] 1667482534: For more details see https://mosquitto.org/documentation/authentication-methods/
[2022-11-03 13:35:34] 1667482534: Opening ipv4 listen socket on port 1883.
[2022-11-03 13:35:34] 1667482534: Opening ipv6 listen socket on port 1883.
[2022-11-03 13:35:34] 1667482534: mosquitto version 2.0.15 running
[]

Also… how can I run the container with specific ports… like this:

docker run -it -p 1883:1883 -p 9001:9001 mqtt


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
January 9, 2023

Hi there,

I believe that it’s currently not possible to expose multiple external ports on a Service using the App Platform.

For your use-case, I believe that it would be better to deploy eclipse-mosquitto on a Docker Droplet:

https://marketplace.digitalocean.com/apps/docker

Best,

Bobby