Files
velociraptor-docker/docker-compose.yaml
2020-07-11 07:25:32 -04:00

17 lines
351 B
YAML

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