This commit is contained in:
parent
c556635d3f
commit
e4c7f0852e
|
@ -10,7 +10,7 @@ volumes:
|
|||
|
||||
services:
|
||||
influxdb:
|
||||
image: influxdb:2.6-alpine
|
||||
image: influxdb
|
||||
env_file:
|
||||
- influxv2.env
|
||||
volumes:
|
||||
|
@ -23,7 +23,7 @@ services:
|
|||
- "8086:8086"
|
||||
|
||||
telegraf:
|
||||
image: telegraf:1.25-alpine
|
||||
image: telegraf
|
||||
depends_on:
|
||||
- influxdb
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue