mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Update software versions and fix security refs
This commit is contained in:
@@ -101,7 +101,7 @@ cAdvisor 是 Google 开发的容器监控工具,提供比 `docker stats` 更
|
||||
```yaml
|
||||
services:
|
||||
cadvisor:
|
||||
image: ghcr.io/google/cadvisor:v0.56.0
|
||||
image: ghcr.io/google/cadvisor:v0.56.2
|
||||
container_name: cadvisor
|
||||
ports:
|
||||
- "8080:8080"
|
||||
@@ -192,7 +192,7 @@ services:
|
||||
- monitoring
|
||||
|
||||
cadvisor:
|
||||
image: ghcr.io/google/cadvisor:v0.56.0
|
||||
image: ghcr.io/google/cadvisor:v0.56.2
|
||||
container_name: cadvisor
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user