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:
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: