Merge pull request #55 from drolfe/main

Cadvisor needs host networking
This commit is contained in:
Christian Lempa
2022-08-15 17:14:22 +02:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ services:
container_name: cadvisor container_name: cadvisor
# ports: # ports:
# - "8080:8080" # - "8080:8080"
network_mode: host
volumes: volumes:
- /:/rootfs:ro - /:/rootfs:ro
- /var/run:/var/run:ro - /var/run:/var/run:ro