mirror of
https://github.com/weslambert/velociraptor-docker.git
synced 2025-09-22 21:11:14 +00:00
Merge pull request #8 from ipv89/patch-1
Add missing 'up' to detached command
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user