Update README
This commit is contained in:
@@ -36,8 +36,10 @@ Le service peut être démarré grâce à la commande suivante :
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
docker run -d --name idiamant \
|
docker run -d --name idiamant \
|
||||||
-e PALAZZETTI_HOST=192.168.1.1 \
|
-e IDIAMANT_USER=test@test.com \
|
||||||
-e PALAZZETTI_PULL_STATUS=5 \
|
-e IDIAMANT_PASSWORD=password \
|
||||||
|
-e IDIAMANT_CLIENT_ID=abcde \
|
||||||
|
-e IDIAMANT_CLIENT_SECRET=abcdefgh \
|
||||||
leclubber/idiamant2mqtt
|
leclubber/idiamant2mqtt
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -46,7 +48,7 @@ Ou en docker-compose (recommandé) :
|
|||||||
``` yaml
|
``` yaml
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
palazzetti:
|
idiamant:
|
||||||
container_name: idiamant
|
container_name: idiamant
|
||||||
image: leclubber/idiamant2mqtt
|
image: leclubber/idiamant2mqtt
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|||||||
Reference in New Issue
Block a user