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:
velociraptor:
container_name: velociraptor
#image: wlambert/velociraptor
build:
context: ./
dockerfile: Dockerfile
image: wlambert/velociraptor
#build:
# context: ./
# dockerfile: Dockerfile
volumes:
- ./velociraptor:/velociraptor/:rw
environment: