Skip to content

Commit

Permalink
Update docker-compose.md (center-for-threat-informed-defense#502)
Browse files Browse the repository at this point in the history
fix path error for restAPI image
  • Loading branch information
mticmtic authored Sep 12, 2023
1 parent d2d1ed4 commit a57801c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ docker-compose up
This command will build all of the necessary Docker images and run the corresponding Docker containers.

### Using pre-built images
1. Use the following commands to pull the images from the Github Container Registry. Replace the image tag with the version number you are using.
1. Use the following commands to pull the images from the Github Container Registry. Replace the image tag with the version number you are using. If no image is specified, `latest` will be pulled.
```
docker pull ghcr.io/center-for-threat-informed-defense/attack-workbench-frontend:<TAG>
docker pull ghcr.io/center-for-threat-informed-defense/attack-workbench-frontend-rest-api:<TAG>
```
```
docker pull ghcr.io/center-for-threat-informed-defense/attack-workbench-rest-api:<TAG>
```
2. Navigate to the `attack-workbench-frontend` directory, and modify the `docker-compose.yml` file. Replace the `build` attribute with the corresponding `image`.
```
Expand Down

0 comments on commit a57801c

Please sign in to comment.