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