Don't build image by default

This commit is contained in:
weslambert
2023-06-13 23:13:38 -04:00
committed by GitHub
parent bc393f2419
commit aeff3e4df4

View File

@@ -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: