Closed sandyboxy closed 8 months ago
hello, the application will run on macOS & debian flavours
you could reference the following GitHub action which runs the live site for guidance
the dockerfile can be ran directly from GHCR with the below
docker run ghcr.io/joshhighet/ransomwatch:latest
Hello @joshhighet, I'm using Ubuntu server 22.04.
I tried to run it via docker run ghcr.io/joshhighet/ransomwatch:latest
but I have the same error.
I also tried to change docker-compose.yml
as following but without success:
version: "3.7"
services:
ransomwatch:
image: ghcr.io/joshhighet/ransomwatch:latest
container_name: "ransomwatch"
ports:
- "8000:8000"
I have a Tor instance installed on my OS (without docker).
Sorry for keeping this idle for so long, I was unable to initially repro this. Did you manage to find a workaround?
Hello, is there a tutorial to install this interesting project? I've tried to install it via docker using the following
docker-compose.yml
file:and the following code:
but the following errors appear: