Update to 0.4.5 and other changes

This commit is contained in:
Wes Lambert
2020-07-07 02:07:01 +00:00
parent 45631ee114
commit 4372f0569a
3 changed files with 42 additions and 26 deletions

View File

@@ -1,11 +1,14 @@
version: '2'
services:
velox:
container_name: velociraptor
container_name: velox
image: wlambert/velociraptor
#build:
# context: ./
# dockerfile: Dockerfile
volumes:
- ./velociraptor/:/velociraptor/:rw
- ./entrypoint:/entrypoint:ro
- ./velociraptor:/velociraptor/:rw
#- ./entrypoint:/entrypoint:ro
ports:
- "8000:8000"
- "8889:8889"