This commit is contained in:
Wes Lambert
2020-02-28 23:53:21 +00:00
parent d21967f7e3
commit 45631ee114
3 changed files with 58 additions and 0 deletions

12
docker-compose.yaml Normal file
View 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