sherlock/docker-compose.yml

9 lines
133 B
YAML
Raw Normal View History

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