From 527962faa8170be6f54e37757e9f5a3344e3e19c Mon Sep 17 00:00:00 2001 From: weslambert Date: Sat, 11 Jul 2020 11:11:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94996a7..c7c1c7f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Run [Velocidex Velociraptor](https://github.com/Velocidex/velociraptor) server w - Ensure [docker-compose](https://docs.docker.com/compose/install/) is installed on the host - `git clone https://github.com/weslambert/velociraptor-docker` - `cd velociraptor-docker` -- `docker-compose up` +- `docker-compose up` (or `docker-compose -d` for detached) - Access the Velociraptor GUI via https://\:8889 - Default u/p is `admin/admin` - This can be changed by running: `docker exec -it velox ./velociraptor --config server.config.yaml user add user1 user1 --role administrator`