Skip to content

Commit

Permalink
Insturctions adapted to curl docker-compose instead of cloning the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
banzo authored Jul 18, 2023
1 parent 5ed47d4 commit 9153bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ If building the image completes successfully, then use this command to run the i
Alternatively, you can run the Attack Flow Builder with Docker Compose:
* `install Docker <https://docs.docker.com/engine/install>`_
* grab this repository source code
* run the following command in a terminal:
* run the following commands in a terminal:
.. code:: shell
$ curl https://raw.githubusercontent.com/center-for-threat-informed-defense/attack-flow/main/docker-compose.yml
$ docker compose up
This will launch a container with Attack Flow Builder accessible at `http://localhost:8081 <http://localhost:8081>`_ . You can customize the provided docker-compose.yml sample file (volumes, ports, ...).
Expand Down

0 comments on commit 9153bda

Please sign in to comment.