Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

docker-mosquitto-ws-alpine

Automated build of the Mosquitto MQTT server with Websockets support in Alpine:3.4

Build:

  • docker build -t build-name .

Run:

  • docker run --restart=always -p 1883:1883 -p 9001:9001 -v $PWD/mqtt/config:/mqtt/config -v $PWD/mqtt/log:/mqtt/log -v $PWD/mqtt/data:/mqtt/data --name name build-name