sukesh-ak / setup-mosquitto-with-docker

How to setup Mosquitto MQTT Broker using docker with Authentication and Websocket support.
https://www.sukesh.me
The Unlicense
166 stars 28 forks source link

restart? #2

Closed ebeighe closed 5 months ago

ebeighe commented 5 months ago

hey there: I realized my mosquitto wasn't running ("exited") and realized there is no restart policy. Suggest adding a :

restart: unless-stopped

line in the yaml file. Cheers!

sukesh-ak commented 5 months ago

Thanks for the suggestion. Will add it 😊