forked from external-repos/velociraptor-docker
Upload
This commit is contained in:
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user