mbopm/mosquito
Easy way to get a local mosquito server up and running.
29
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:
docker pull mbopm/mosquito