Update bird_exporter

This commit is contained in:
Manevolent 2023-04-13 15:32:00 -06:00 committed by GitHub
parent 7367438c35
commit 286421f6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
network_mode: 'service:tinc'
image: czerwonk/bird_exporter
command: '-bird.v2=true -bird.socket=/var/run/bird/bird.ctl'
build:
context: .
dockerfile: Dockerfile.bird_exporter
command: '-format.new -bird.v2=true -bird.socket=/var/run/bird/bird.ctl'
depends_on:
- bird
volumes: