瀏覽代碼

telegraf: remove deprecated port forwarding

Pete Nykänen 7 年之前
父節點
當前提交
fed0d8ef18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      telegraf/content.md

+ 1 - 1
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:
 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/`: