From 817dce7a940e0ff0d1f03e6405ba96345280e643 Mon Sep 17 00:00:00 2001 From: delrey1 Date: Wed, 30 Jun 2021 13:41:35 +0100 Subject: [PATCH] Updating version to be 1.8 to stay in line of 1.x See https://hub.docker.com/_/influxdb latest updated to InfluxDB 2.x The latest tag for this image now points to the latest released implementation of InfluxDB 2.x. If you are using the latest tag and would like to stay on the InfluxDB 1.x line, please update your environment to reference the 1.8 tag. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 37b3fb0..e2b9fe5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: influxdb: - image: influxdb:latest + image: influxdb:1.8 ports: - '8086:8086' volumes: