From 0b04a067d23054125522e4b56d65ef4d5e11f738 Mon Sep 17 00:00:00 2001 From: Alexander Holt <alexander.holt@ntnu.no> Date: Wed, 3 Mar 2021 02:38:49 +0100 Subject: [PATCH] Changed version of influxdb to an older one (v1.7), as glances pukes on auth with newer versions (dubbed InfluxDB v2, but also includes 1.8). This change may mean that installing glances 3.1.0 doesn't seem to be necessary anymore, as I'm now running v3.1.6.2 (with PsUtil v5.8.0) --- docker-compose-logging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-logging.yaml b/docker-compose-logging.yaml index dd2a9f9..3933c50 100644 --- a/docker-compose-logging.yaml +++ b/docker-compose-logging.yaml @@ -9,7 +9,7 @@ services: - 3000:3000 influxdb: - image: influxdb + image: influxdb:1.7 restart: always environment: INFLUXDB_DB: glances -- GitLab