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