mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 16:47:57 +00:00
8 lines
133 B
YAML
8 lines
133 B
YAML
version: '2'
|
|
|
|
services:
|
|
sherlock:
|
|
build: .
|
|
image: theyahya/sherlock
|
|
volumes:
|
|
- "./results:/opt/sherlock/results"
|