From 68b2c2a4878b44c738e86691d5e4f1fa7b0be35d Mon Sep 17 00:00:00 2001 From: Ben Campbell Date: Wed, 6 Nov 2024 18:11:51 +0000 Subject: [PATCH] Small fixes for docker-compose commands --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdbe381..ad59975 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ hc-login.py $USERNAME $PASSWORD > config/devices.json or ```bash -docker-compose build -docker-compose run -T app /app/hc-login.py $USERNAME $PASSWORD > config/devices.json +docker-compose -f compose.yaml build +docker-compose -f compose.yaml run -T app /app/hc-login.py $USERNAME $PASSWORD config/devices.json ``` The `hc-login.py ` script perfoms the OAuth process to login to your @@ -89,7 +89,7 @@ hc2mqtt.py --config config/config.ini or ```bash -docker-compose up +docker-compose -f compose.yaml up ``` This tool will establish websockets to the local devices and