From e8b7f22b235df70c7302ac3b43e0f3854cbdca0e Mon Sep 17 00:00:00 2001 From: Philipp Waller <1090452+philippwaller@users.noreply.github.com> Date: Sun, 28 Feb 2021 15:33:07 +0100 Subject: [PATCH] Set InfluxDB version to 1.8 since the latest release 2.x is not fully compatible Signed-off-by: Philipp Waller <1090452+philippwaller@users.noreply.github.com> --- 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: