Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/blame/commit/a60edfff268f19c949f691701fb802af2d483d78/docker/docker-compose.yml You should set ROOT_URL correctly, otherwise the web may not work correctly.
scrutiny/docker/docker-compose.yml

17 lines
286 B

version: '3.5'
services:
scrutiny:
container_name: scrutiny
image: analogj/scrutiny
cap_add:
- SYS_RAWIO
ports:
- "8080:8080"
volumes:
- /run/udev:/run/udev:ro
- ./config:/scrutiny/config
devices:
- "/dev/sda"
- "/dev/sdb"