mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Update versions and fix formatting issues
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user