Update arrs/docker-compose.yml
This commit is contained in:
parent
ab21f40598
commit
4f4327e0f3
1 changed files with 15 additions and 0 deletions
|
@ -124,6 +124,21 @@ services:
|
|||
- /docker/appdata/jfa-go/config:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
cadvisor:
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
- /var/run:/var/run:ro
|
||||
- /sys:/sys:ro
|
||||
- /var/lib/docker/:/var/lib/docker:ro
|
||||
- /dev/disk/:/dev/disk:ro
|
||||
ports:
|
||||
- 9999:8080
|
||||
container_name: cadvisor
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/kmsg
|
||||
image: gcr.io/cadvisor/cadvisor:v0.49.1
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: arrs_default
|
||||
|
|
Reference in a new issue