Run update.sh
This commit is contained in:
parent
cc0ff567bf
commit
b9d3be7183
|
|
@ -73,7 +73,7 @@ The default configuration requires a running InfluxDB instance as an output plug
|
||||||
Minimal example to start an InfluxDB container:
|
Minimal example to start an InfluxDB container:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name influxdb -p 8083:8083 -p 8086:8086 influxdb
|
$ docker run -d --name influxdb -p 8086:8086 influxdb
|
||||||
```
|
```
|
||||||
|
|
||||||
Starting Telegraf using the default config, which connects to InfluxDB at `http://localhost:8086/`:
|
Starting Telegraf using the default config, which connects to InfluxDB at `http://localhost:8086/`:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue