Skip to content

Commit

Permalink
BP-881: Update README.md to reflect the docker-compose.yml filename c…
Browse files Browse the repository at this point in the history
…hange, which breaks the hyperlink (#831)

* Update README.md

Changed the link for 'examples/docker-compose/docker-compose.yaml'.  The file is now called 'examples/docker-compose/docker-compose.yml'

The original link results in a 404 as the file did not exist, due to the extension change
  • Loading branch information
Roltere authored Sep 10, 2024
1 parent ba22f44 commit 3527767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Docker Compose is the easiest way to get up and running with BloodHound CE. Inst
Deploying BloodHound CE quickly with the following steps:

1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/). Docker Desktop includes Docker Compose as part of the installation.
2. Download the [Docker Compose YAML file](examples/docker-compose/docker-compose.yaml) and save it to a directory where you'd like to run BloodHound. You can do this from a terminal application with `curl -L https://ghst.ly/getbhce`.
2. Download the [Docker Compose YAML file](examples/docker-compose/docker-compose.yml) and save it to a directory where you'd like to run BloodHound. You can do this from a terminal application with `curl -L https://ghst.ly/getbhce`.
> On Windows: Execute the command in CMD, or use `curl.exe` instead of `curl` in PowerShell.
3. Navigate to the folder with the saved `docker-compose.yaml` file and run `docker compose pull && docker compose up`.
3. Navigate to the folder with the saved `docker-compose.yml` file and run `docker compose pull && docker compose up`.
4. Locate the randomly generated password in the terminal output of Docker Compose.
5. In a browser, navigate to `http://localhost:8080/ui/login`. Login with a username of `admin` and the randomly generated password from the logs.

Expand All @@ -31,7 +31,7 @@ Deploying BloodHound CE quickly with the following steps:
### Upgrade BloodHound CE
Once installed, upgrade BloodHound CE to the latest version with the following steps:

1. Navigate to the folder with the saved `docker-compose.yaml` file and run `docker compose pull && docker compose up`.
1. Navigate to the folder with the saved `docker-compose.yml` file and run `docker compose pull && docker compose up`.
2. In a browser, navigate to `http://localhost:8080/ui/login` and log in with your previously configured username and password.

### Importing sample data
Expand Down

0 comments on commit 3527767

Please sign in to comment.