From 05f5ef3be1fb6847bc1cdf5cb859c40051b95396 Mon Sep 17 00:00:00 2001 From: vinzcamp8 <111991544+vinzcamp8@users.noreply.github.com> Date: Tue, 3 Jun 2025 09:59:45 +0200 Subject: [PATCH] Fix container version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0be9e2d..d7dcff5 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,8 @@ Ensure the output includes `container: yes`. | Container | Remote Image | Interface | Others | | ----------------- | --------------------------- | --------------- | -------------------------------------------------------------------- | | **Grafana** | `grafana/grafana:9.1.0` | `grafana` | Envslist `grafana`, Mounts `grafana`, Root Dir `/usb1/grafana_dir` | -| **Prometheus** | `prom/prometheus:2.53.0` | `prometheus` | Cmd: `--config.file=/etc/prometheus/prometheus.yml`, Mounts `prometheus`, Root Dir `/usb1/prometheus_dir`| -| **SNMP Exporter** | `prom/snmp-exporter:0.26.0` | `snmp_exporter` | Cmd: `--config.file=/etc/snmp_exporter/snmp.yml`, Mounts `snmp`, Root Dir `/usb1/snmp_dir` | +| **Prometheus** | `prom/prometheus:v2.53.0` | `prometheus` | Cmd: `--config.file=/etc/prometheus/prometheus.yml`, Mounts `prometheus`, Root Dir `/usb1/prometheus_dir`| +| **SNMP Exporter** | `prom/snmp-exporter:v0.26.0` | `snmp_exporter` | Cmd: `--config.file=/etc/snmp_exporter/snmp.yml`, Mounts `snmp`, Root Dir `/usb1/snmp_dir` | > `Root Dir` is customizable e.g. path to an external usb drive attached to MikroTik