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
commit c0683f8eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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