From fed0d8ef18959fc8d930500993a3ea4c54670ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20Nyk=C3=A4nen?= Date: Fri, 2 Feb 2018 18:28:50 +0200 Subject: [PATCH] telegraf: remove deprecated port forwarding --- telegraf/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegraf/content.md b/telegraf/content.md index 9ce606a08..98c5eb3f4 100644 --- a/telegraf/content.md +++ b/telegraf/content.md @@ -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/`: