Merge pull request #1141 from petetnt/petetnt-patch-1

telegraf: remove deprecated port forwarding
This commit is contained in:
Tianon Gravi 2020-06-23 15:31:05 -07:00 committed by GitHub
commit cc0ff567bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ The default configuration requires a running InfluxDB instance as an output plug
Minimal example to start an InfluxDB container:
```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/`: