From a7168e674c669e069a463957a18fa78208f5d71e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Sep 2020 17:26:11 +0100 Subject: [PATCH] Update scrutiny yaml https://github.com/RealOrangeOne/infrastructure/commit/cc43910be601337943e93bb938e36f32acf47fc7 --- content/posts/scrutiny/index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/posts/scrutiny/index.md b/content/posts/scrutiny/index.md index acfe01d..b0b94f4 100644 --- a/content/posts/scrutiny/index.md +++ b/content/posts/scrutiny/index.md @@ -28,11 +28,8 @@ services: ports: - "7278:8080" volumes: - - /dev/disk:/dev/disk - - /run/udev:/run/udev:ro - ./config:/config environment: - - SCRUTINY_COLLECTOR=false - SCRUTINY_WEB=true - PUID=3000 - PGID=3000 @@ -40,15 +37,16 @@ services: collector: image: linuxserver/scrutiny:latest - privileged: True + privileged: true volumes: - /dev/disk:/dev/disk - /run/udev:/run/udev:ro - ./config:/config environment: - SCRUTINY_COLLECTOR=true - - SCRUTINY_WEB=false - SCRUTINY_API_ENDPOINT=http://web:8080 + - PUID=3000 + - PGID=3000 restart: unless-stopped ```