prometheus: Update config option name

This commit is contained in:
uumas
2025-09-14 03:11:23 +03:00
parent e0047b73f4
commit 33791031e2

View File

@@ -9,7 +9,7 @@
docker_command:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus"
- "--storage.tsdb.retention={{ prometheus_storage_retention }}"
- "--storage.tsdb.retention.time={{ prometheus_storage_retention }}"
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
- "--web.console.templates=/usr/share/prometheus/consoles"
docker_mounts: