mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-25 21:21:14 +00:00
Don't build image by default
This commit is contained in:
@@ -2,10 +2,10 @@ version: '2'
|
||||
services:
|
||||
velociraptor:
|
||||
container_name: velociraptor
|
||||
#image: wlambert/velociraptor
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
image: wlambert/velociraptor
|
||||
#build:
|
||||
# context: ./
|
||||
# dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./velociraptor:/velociraptor/:rw
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user