Added -d to the compose command

This commit is contained in:
Mike
2021-12-16 11:19:43 +13:00
committed by GitHub
parent 06aa23ee3f
commit 6400a99a44

View File

@@ -7,7 +7,7 @@ Run [Velocidex Velociraptor](https://github.com/Velocidex/velociraptor) server w
- `git clone https://github.com/weslambert/velociraptor-docker` - `git clone https://github.com/weslambert/velociraptor-docker`
- `cd velociraptor-docker` - `cd velociraptor-docker`
- Change credential values in `.env` as desired - Change credential values in `.env` as desired
- `docker-compose up` (or `docker-compose -d` for detached) - `docker-compose up` (or `docker-compose up -d` for detached)
- Access the Velociraptor GUI via https://\<hostip\>:8889 - Access the Velociraptor GUI via https://\<hostip\>:8889
- Default u/p is `admin/admin` - Default u/p is `admin/admin`
- This can be changed by running: - This can be changed by running: