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.
This commit is contained in:
John Warne 2021-03-01 09:56:00 -07:00 committed by GitHub
parent 3019b456d9
commit 6b750f7016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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