Update docker compose to specify influxdb:1.8.4
This commit is contained in:
parent
01b7d2c1e1
commit
c47b7c2c3b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue