better password generation

This commit is contained in:
root
2023-11-16 00:56:32 -06:00
parent 32bd164553
commit eb1b865647

View File

@@ -7,8 +7,7 @@ Zigbee smarthome stack
Start the MQTT broker and create the password for `homeassistant` Start the MQTT broker and create the password for `homeassistant`
```shell ```shell
docker compose up -d mqtt docker compose run -it --rm mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant
docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant
``` ```
### ###