From faf83978a226dd208c288aa79b0f4e1021ecbd6d Mon Sep 17 00:00:00 2001 From: faulty Date: Mon, 9 Jan 2023 11:36:50 +0100 Subject: [PATCH] fix: docker url --- custom/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/prometheus/prometheus.yml b/custom/prometheus/prometheus.yml index 3d6701c..623e9b7 100644 --- a/custom/prometheus/prometheus.yml +++ b/custom/prometheus/prometheus.yml @@ -31,4 +31,4 @@ scrape_configs: # scheme defaults to 'http'. static_configs: - - targets: ['localhost:9323'] \ No newline at end of file + - targets: ['neo.faulty.nl:9393'] \ No newline at end of file