fix: prometheus config

This commit is contained in:
icey-yu 2025-01-14 18:23:08 +08:00
parent 0f8d4d0943
commit 3fec3b4321

View File

@ -209,5 +209,5 @@ services:
- '--path.procfs=/host/proc' - '--path.procfs=/host/proc'
- '--path.sysfs=/host/sys' - '--path.sysfs=/host/sys'
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'
- '--web.listen-address=:{NODE_EXPORTER_PORT}' - '--web.listen-address=:${NODE_EXPORTER_PORT}'
network_mode: host network_mode: host