From 27ce46cb3cff7e74424f6e96a0849edb3b5b2b52 Mon Sep 17 00:00:00 2001 From: Leigh Phillips Date: Sat, 9 Jan 2021 13:22:55 -0800 Subject: [PATCH] Update README.md Name & run docker in daemon mode. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d79491..30305f1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The Starlink router also exposes a gRPC service, on ports 9000 (HTTP/2.0) and 90 `dishStatusInflux_cron.py` is a docker-cron friendly script which will post status to an InfluxDB as specified by evironment variables passed to the container. Initialization of the container can be performed with the following command: ``` -docker run -e INFLUXDB_HOST={InfluxDB Hostname} +docker run -d --name='starlink-grpc-tools' -e INFLUXDB_HOST={InfluxDB Hostname} -e INFLUXDB_PORT={Port, 8086 usually} -e INFLUXDB_USER={Optional, InfluxDB Username} -e INFLUXDB_PWD={Optional, InfluxDB Password}