From eb1b8656479430547af831eee9ec8758cd459cb2 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Nov 2023 00:56:32 -0600 Subject: [PATCH] better password generation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 05c57c0..742f481 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ Zigbee smarthome stack Start the MQTT broker and create the password for `homeassistant` ```shell -docker compose up -d mqtt -docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant +docker compose run -it --rm mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant ``` ###