mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-22 21:11:14 +00:00
16 lines
324 B
YAML
16 lines
324 B
YAML
version: '2'
|
|
services:
|
|
velox:
|
|
container_name: velox
|
|
image: wlambert/velociraptor
|
|
#build:
|
|
# context: ./
|
|
# dockerfile: Dockerfile
|
|
volumes:
|
|
- ./velociraptor:/velociraptor/:rw
|
|
#- ./entrypoint:/entrypoint:ro
|
|
ports:
|
|
- "8000:8000"
|
|
- "8889:8889"
|
|
restart: unless-stopped
|