sherlock/docker-compose.yml

9 lines
133 B
YAML
Raw Normal View History

2019-10-02 08:26:55 +00:00
version: '2'
2019-12-04 14:00:31 +00:00
2019-10-02 08:26:55 +00:00
services:
2019-11-24 14:18:49 +00:00
sherlock:
2019-10-02 08:26:55 +00:00
build: .
2019-12-04 14:00:31 +00:00
image: theyahya/sherlock
2019-10-02 08:26:55 +00:00
volumes:
- "./results:/opt/sherlock/results"