From 6b750f7016f2604c3931e54874dc20abd40ae3f5 Mon Sep 17 00:00:00 2001 From: John Warne Date: Mon, 1 Mar 2021 09:56:00 -0700 Subject: [PATCH] Specify InfluxDB version 1.8 InfluxDB 1.8 is the latest 1.x version to support the environment variables specified in the `docker-compose.yml`. If set to `latest` the newer 2.x version of InfluxDB is pulled and the user/db is not initialized. --- init/docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/docker/docker-compose.yml b/init/docker/docker-compose.yml index a1fd8630..18a44488 100644 --- a/init/docker/docker-compose.yml +++ b/init/docker/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: influxdb: restart: always - image: influxdb:latest + image: influxdb:1.8 ports: - '8086:8086' volumes: