From 344b27ab4f62f2652e2c60642426e51040d20393 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Mon, 17 Dec 2018 00:19:10 +0100 Subject: [PATCH] Update InfluxDB example to 1.7 Signed-off-by: Lorenzo Fontana --- examples/influxdb-os.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 176a16eef..40cb23c99 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -16,32 +16,32 @@ services: env: - INSECURE=true - name: influxdb - image: influxdb:1.4 + image: influxdb:1.7 net: host capabilities: - CAP_NET_BIND_SERVICE - CAP_DAC_OVERRIDE - name: kapacitor - image: kapacitor:1.4 + image: kapacitor:1.5 net: host capabilities: - all env: - KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086 - name: telegraf - image: telegraf:1.4 + image: telegraf:1.9 net: host capabilities: - all - name: chronograf - image: chronograf:1.4 + image: chronograf:1.7 net: host capabilities: - CAP_NET_BIND_SERVICE - CAP_DAC_OVERRIDE env: - - INFLUXDB_URL=http://localhost:8086 - - KAPACITOR_URL=http://localhost:9092 + - INFLUXDB_URL=http://127.0.0.1:8086 + - KAPACITOR_URL=http://127.0.0.1:9092 trust: org: - linuxkit