Small fixes for docker-compose commands

This commit is contained in:
Ben Campbell
2024-11-06 18:11:51 +00:00
committed by GitHub
parent 57d55d1c72
commit 68b2c2a487

View File

@@ -47,8 +47,8 @@ hc-login.py $USERNAME $PASSWORD > config/devices.json
or or
```bash ```bash
docker-compose build docker-compose -f compose.yaml build
docker-compose run -T app /app/hc-login.py $USERNAME $PASSWORD > config/devices.json 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 The `hc-login.py ` script perfoms the OAuth process to login to your
@@ -89,7 +89,7 @@ hc2mqtt.py --config config/config.ini
or or
```bash ```bash
docker-compose up docker-compose -f compose.yaml up
``` ```
This tool will establish websockets to the local devices and This tool will establish websockets to the local devices and