We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9788a5 + 5f628eb commit 0ce2ce8Copy full SHA for 0ce2ce8
docker-compose.example.yml
@@ -2,7 +2,7 @@ version: '3.7'
2
3
services:
4
my_device:
5
- image: kasa-reporter
+ image: ghcr.io/manticsic/kasa-reporter
6
restart: always
7
environment:
8
FETCH_INTERVAL: 5
entry.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
-python3 ./main.py -d$DEVICE -i$INTERVAL --logstash-host $LOGSTASH_HOST --logstash-port $LOGSTASH_PORT
+python3 ./main.py --fetch-interval $FETCH_INTERVAL --discover-interval $DISCOVER_INTERVAL --logstash-host $LOGSTASH_HOST --logstash-port $LOGSTASH_PORT
0 commit comments