Files
velociraptor-docker/docker-compose.yaml
Wes Lambert 5e853b7dba Update name
2020-07-12 14:57:35 +00:00

16 lines
317 B
YAML

version: '2'
services:
velociraptor:
container_name: velociraptor
#image: wlambert/velociraptor
build:
context: ./
dockerfile: Dockerfile
volumes:
- ./velociraptor:/velociraptor/:rw
ports:
- "8000:8000"
- "8001:8001"
- "8889:8889"
restart: unless-stopped