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:
parent
3019b456d9
commit
6b750f7016
|
|
@ -3,7 +3,7 @@ version: '3'
|
|||
services:
|
||||
influxdb:
|
||||
restart: always
|
||||
image: influxdb:latest
|
||||
image: influxdb:1.8
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue