diff --git a/services/prometheus.hcl b/services/prometheus.hcl index 52ea91d..bf7f0d4 100644 --- a/services/prometheus.hcl +++ b/services/prometheus.hcl @@ -23,7 +23,7 @@ job "prometheus" { driver = "docker" config { - image = "prom/prometheus:v2.54.1" + image = "prom/prometheus:latest" network_mode = "host" args = [ "--storage.tsdb.path", "/opt/prometheus",