9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
network_mode: 'service:tinc'
|
|
image: czerwonk/ping_exporter
|
|
command: './ping_exporter --config.path /pinger.yml'
|
|
depends_on:
|
|
- tinc
|
|
volumes:
|
|
- /etc/lixonet/${netname}/.config/tinc/pinger.yml:/pinger.yml
|
|
restart: always
|