Update docker compose to specify influxdb:1.8.4

This commit is contained in:
samwiseg0 2021-06-03 13:35:53 -04:00 committed by GitHub
parent 01b7d2c1e1
commit c47b7c2c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ services:
influxdb:
hostname: influxdb
container_name: influxdb
image: influxdb
image: influxdb:1.8.4
networks:
- internal
volumes:
@ -128,4 +128,4 @@ services:
depends_on:
- influxdb
- varken
restart: unless-stopped
restart: unless-stopped