Files
velociraptor-docker/docker-compose.yaml
Wes Lambert e0754130c1 Add API port
2020-07-07 02:32:53 +00:00

17 lines
344 B
YAML

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