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>
This commit is contained in:
Philipp Waller 2021-02-28 15:33:07 +01:00
parent 3019b456d9
commit e8b7f22b23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
influxdb: influxdb:
restart: always restart: always
image: influxdb:latest image: influxdb:1.8
ports: ports:
- '8086:8086' - '8086:8086'
volumes: volumes: