Update to 0.4.6

This commit is contained in:
Wes Lambert
2020-07-12 14:55:27 +00:00
parent 527962faa8
commit d864b80169
2 changed files with 6 additions and 7 deletions

View File

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