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
224 stars 44 forks source link

Added command to change passwd as root #8

Open enkhbold470 opened 4 months ago

enkhbold470 commented 4 months ago

I did at first, and I noticed that the pwfile wasn't root. So, I added a shell command to enable permission to the pwfile.

README.md file: line 215, 216

Warning: File /mosquitto/config/pwfile owner is not root. Future versions will refuse to load this file.To fix this, use chown root /mosquitto/config/pwfile.Warning: File /mosquitto/config/pwfile group is not root. Future versions will refuse to load this file./mosquitto/config #