diff --git a/base/cadvisor.stack.yaml b/base/cadvisor.stack.yaml index 12c0e53..d87ed73 100644 --- a/base/cadvisor.stack.yaml +++ b/base/cadvisor.stack.yaml @@ -15,6 +15,5 @@ services: - '/var/run:/var/run:ro' - '/:/rootfs:ro' user: '1000:1000' - security_opt: - - no-new-privileges + privileged: true read_only: true \ No newline at end of file