This commit is contained in:
parent
08785237d6
commit
9943c3ec3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue