mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-25 21:21:14 +00:00
13 lines
268 B
YAML
13 lines
268 B
YAML
version: '2'
|
|
services:
|
|
velox:
|
|
container_name: velociraptor
|
|
image: wlambert/velociraptor
|
|
volumes:
|
|
- ./velociraptor/:/velociraptor/:rw
|
|
- ./entrypoint:/entrypoint:ro
|
|
ports:
|
|
- "8000:8000"
|
|
- "8889:8889"
|
|
restart: unless-stopped
|