From 9ce1d02f5c994a7f24a721d48c6bbbbeb17b7f02 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 28 Jun 2025 16:10:22 +0800 Subject: [PATCH] [Komodo] fern: Write Compose File: update scrutiny/compose.yaml --- scrutiny/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny/compose.yaml b/scrutiny/compose.yaml index f153e6e..5ab5180 100644 --- a/scrutiny/compose.yaml +++ b/scrutiny/compose.yaml @@ -2,7 +2,8 @@ services: scrutiny: image: ghcr.io/analogj/scrutiny:master-omnibus container_name: scrutiny - cap_add: SYS_RAWIO + cap_add: + - SYS_RAWIO volumes: - /run/udev:/run/udev:ro - /mnt/docker/scrutiny/influxdb:/opt/scrutiny/influxdb