We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef50102 commit 35dad01Copy full SHA for 35dad01
docker/grafana/docker-compose.yml
@@ -176,13 +176,13 @@ services:
176
- grafana
177
178
blackbox-exporter:
179
- command: --config.file=/config/blackbox.yml
180
- image: quay.io/prometheus/blackbox-exporter:v0.25.0
181
- volumes:
182
- - /docker/appdata/blackbox/config:/config
183
- container_name: blackbox_exporter
184
- ports:
185
- - 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
186
187
networks:
188
grafana:
0 commit comments