mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-22 21:11:14 +00:00
Update to 0.4.5 and other changes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user