mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-14 13:47:41 +02:00
14 lines
233 B
YAML
14 lines
233 B
YAML
version: "3.9"
|
|
services:
|
|
theharvester.svc.local:
|
|
container_name: theHarvester
|
|
volumes:
|
|
- ./api-keys.yaml:/app/api-keys.yaml
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|
|
|
|
networks:
|
|
default:
|
|
name: app_custom_network
|