Skip to content

Commit 0ce2ce8

Browse files
authored
Merge pull request #3 from ManticSic/fix-entry-point
Fix entry point
2 parents e9788a5 + 5f628eb commit 0ce2ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22

33
services:
44
my_device:
5-
image: kasa-reporter
5+
image: ghcr.io/manticsic/kasa-reporter
66
restart: always
77
environment:
88
FETCH_INTERVAL: 5

entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
python3 ./main.py -d$DEVICE -i$INTERVAL --logstash-host $LOGSTASH_HOST --logstash-port $LOGSTASH_PORT
3+
python3 ./main.py --fetch-interval $FETCH_INTERVAL --discover-interval $DISCOVER_INTERVAL --logstash-host $LOGSTASH_HOST --logstash-port $LOGSTASH_PORT

0 commit comments

Comments
 (0)