Small fixes for docker-compose commands
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user