Update versions and fix formatting issues

This commit is contained in:
yeasy
2026-04-25 15:10:43 +00:00
parent b0408f633b
commit 57b203832f
20 changed files with 34 additions and 16 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ services:
- prometheus
node-exporter:
image: prom/node-exporter:v1.8.2
image: prom/node-exporter:v1.11.1
ports:
- "9100:9100"
networks:
@@ -122,6 +122,7 @@ networks:
driver: bridge
```
启动后访问 `http://localhost:8080` 查看
- 容器性能统计
- 系统资源使用情况
- 历史性能数据
@@ -176,7 +177,7 @@ services:
- monitoring
node-exporter:
image: prom/node-exporter:v1.8.2
image: prom/node-exporter:v1.11.1
container_name: node-exporter
ports:
- "9100:9100"