Merge pull request #314 from johnwarne/patch-1

Specify InfluxDB version 1.8 in docker-compose.yml
This commit is contained in:
David Newhall 2021-03-01 11:28:31 -08:00 committed by GitHub
commit ec7734b5ed
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: