Skip to content

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

Notifications You must be signed in to change notification settings

mluis/docker-mosquitto-ws-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages