Skip to content

Commit

Permalink
Small fixes for docker-compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Meatballs1 authored Nov 6, 2024
1 parent 57d55d1 commit 68b2c2a
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 68b2c2a

Please sign in to comment.