Skip to content

Commit

Permalink
Merge pull request #106 from Meatballs1/readme_updates
Browse files Browse the repository at this point in the history
Small fixes for docker-compose commands
  • Loading branch information
Meatballs1 authored Nov 8, 2024
2 parents 255c731 + 68b2c2a commit 2b94bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2b94bc6

Please sign in to comment.