1
Fork 0

Update scrutiny yaml

cc43910be6
This commit is contained in:
Jake Howard 2020-09-26 17:26:11 +01:00
parent 509f63e4fe
commit a7168e674c
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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
```