Mise à jour de 'docker-compose.yml'

This commit is contained in:
Grégory Lebreton 2024-03-28 12:00:14 +01:00
parent 26496fcf82
commit e9c7971b3f

View File

@ -7,8 +7,8 @@ services:
image: gcr.io/cadvisor/cadvisor:v0.47.2
restart: unless-stopped
privileged: true
ports:
- "8080:8080"
expose:
- "8080"
volumes:
- "/:/rootfs:ro"
- "/var/run:/var/run:ro"