Easy way to get a local mosquito server up and running.
1.6K
Easy way to get a local mosquito server up and running. It is configured with default credentials and a healthcheck.
Default credentials:
You can override those on container startup by setting the shown environment variables.
services:
mosquito:
image: mbopm/mosquito:2
ports:
- "127.0.0.1:1883:1883"
volumes:
- mosquito_data:/mosquitto/data:rw
volumes:
mosquito_data:
Content type
Image
Digest
sha256:83e798cc1…
Size
9.5 MB
Last updated
5 days ago
docker pull mbopm/mosquito