From c70781c9a6303ae8aea79b30fdcdf99f4375374b Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 14 Feb 2026 02:49:45 +0000 Subject: [PATCH] Update Monitoring_Containers/scrutiny/compose.yaml --- Monitoring_Containers/scrutiny/compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Monitoring_Containers/scrutiny/compose.yaml b/Monitoring_Containers/scrutiny/compose.yaml index 790dd64..5931596 100644 --- a/Monitoring_Containers/scrutiny/compose.yaml +++ b/Monitoring_Containers/scrutiny/compose.yaml @@ -5,13 +5,13 @@ services: cap_add: - SYS_RAWIO ports: - - "8080:8080" # webapp - - "8086:8086" # influxDB admin + - "8099:8080" # webapp + - "8098:8086" # influxDB admin volumes: - /run/udev:/run/udev:ro - /srv/docker/scrutiny/config:/opt/scrutiny/config - /srv/docker/scrutiny/influxdb:/opt/scrutiny/influxdb - #devices: - # - "/dev/sda" - # - "/dev/sdb" + devices: + - "/dev/sda" + - "/dev/sdb" restart: unless-stopped \ No newline at end of file