fix snytax
This commit is contained in:
parent
ef501028ad
commit
35dad01604
1 changed files with 7 additions and 7 deletions
|
@ -176,13 +176,13 @@ services:
|
|||
- grafana
|
||||
|
||||
blackbox-exporter:
|
||||
command: --config.file=/config/blackbox.yml
|
||||
image: quay.io/prometheus/blackbox-exporter:v0.25.0
|
||||
volumes:
|
||||
- /docker/appdata/blackbox/config:/config
|
||||
container_name: blackbox_exporter
|
||||
ports:
|
||||
- 9115:9115
|
||||
command: --config.file=/config/blackbox.yml
|
||||
container_name: blackbox-exporter
|
||||
image: quay.io/prometheus/blackbox-exporter:v0.25.0
|
||||
volumes:
|
||||
- /docker/appdata/blackbox/config:/config
|
||||
ports:
|
||||
- 9115:9115
|
||||
|
||||
networks:
|
||||
grafana:
|
||||
|
|
Loading…
Reference in a new issue