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