removed docker-compose.yml

This was an example docker-compose.yml file. This example is also
available in ./docs/INSTALL.md. So keeping the file is just redundant
This commit is contained in:
Siddharth Dushantha 2024-05-24 11:59:12 +02:00
parent ec2aa0871e
commit 7cb006526e

View file

@ -1,7 +0,0 @@
version: '2'
services:
sherlock:
build: .
volumes:
- "./results:/opt/sherlock/results"