This commit is contained in:
Kameron Kenny 2024-06-25 14:44:19 -04:00
parent 08785237d6
commit 9943c3ec3c
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ services:
- influxdbv2:/var/lib/influxdb2:rw
networks:
infra_dev_net:
ipv4_address:10.99.23.41
ipv4_address: 10.99.23.41
ports:
- "8086:8086"
@ -31,6 +31,6 @@ services:
- ./telegraf/mytelegraf.conf:/etc/telegraf/telegraf.conf:ro
networks:
infra_dev_net:
ipv4_address:10.99.23.42
ipv4_address: 10.99.23.42
env_file:
- influxv2.env