This commit is contained in:
Kameron Kenny 2024-06-25 14:47:51 -04:00
parent c556635d3f
commit e4c7f0852e
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ volumes:
services: services:
influxdb: influxdb:
image: influxdb:2.6-alpine image: influxdb
env_file: env_file:
- influxv2.env - influxv2.env
volumes: volumes:
@ -23,7 +23,7 @@ services:
- "8086:8086" - "8086:8086"
telegraf: telegraf:
image: telegraf:1.25-alpine image: telegraf
depends_on: depends_on:
- influxdb - influxdb
volumes: volumes: