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

9 lines
133 B

version: '2'
services:
sherlock:
build: .
image: theyahya/sherlock
volumes:
- "./results:/opt/sherlock/results"