Fix blackbox DNS resolution

This commit is contained in:
2026-05-17 11:24:20 +02:00
parent c95fa601f0
commit b7050812d4
+3
View File
@@ -27,6 +27,9 @@ services:
image: prom/blackbox-exporter:v0.27.0
container_name: monitoring-blackbox-exporter
restart: unless-stopped
dns:
- 1.1.1.1
- 8.8.8.8
command:
- --config.file=/etc/blackbox_exporter/blackbox.yml
volumes: