Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
fix bug added Device /dev/kmsg see google/cadvisor#2150 (comment)
  • Loading branch information
kunte0 authored May 26, 2022
1 parent 3f8b190 commit e3ad858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
container_name: cadvisor
# ports:
# - "8080:8080"
devices:
- /dev/kmsg:/dev/kmsg
volumes:
- /:/rootfs:ro
- /var/run:/var/run:ro
Expand Down

0 comments on commit e3ad858

Please sign in to comment.