theHarvester/docker-compose.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
420 B
YAML
Raw Normal View History

2022-11-26 21:27:52 +08:00
version: "3.9"
services:
theharvester.svc.local:
container_name: theHarvester
volumes:
- ./api-keys.yaml:/root/.theHarvester/api-keys.yaml
- ./api-keys.yaml:/etc/theHarvester/api-keys.yaml
- ./proxies.yaml:/etc/theHarvester/proxies.yaml
- ./proxies.yaml:/root/.theHarvester/proxies.yaml
2022-11-26 21:27:52 +08:00
build: .
ports:
- "8080:80"
networks:
default:
name: app_theHarvester_network