MongoDB Exporter command fixes.
Renovate / renovate (push) Successful in 1m46s

This commit is contained in:
2025-10-09 07:27:05 -04:00
parent e3b69c616c
commit 57d8180ec8
+2 -2
View File
@@ -4112,8 +4112,8 @@ services:
mongodb-exporter:
command:
- --log.level=error
- --web.listen-address=":9216"
- --web.telemetry-path="/metrics"
- --web.listen-address=:9216
- --web.telemetry-path=/metrics
container_name: mongodb-exporter
environment:
MONGODB_URI: mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/admin?replicaSet=rinoa