diff --git a/prometheus.yml b/prometheus.yml index 2de79dc..42d6ce3 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -6,4 +6,7 @@ scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['prometheus.lan'] + - job_name: 'docker' + static_configs: + - targets: ['localhost:9323']