Skip to content

Commit

Permalink
Update docs/deployment.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <kilemensi@users.noreply.github.com>
  • Loading branch information
thepsalmist and kilemensi authored May 24, 2024
1 parent 678fa06 commit d6c5124
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ All deployments use distinct [project names](https://docs.docker.com/compose/pro

To cleanup/shutdown `news-search-api` deployment, use the following command:

``` sudo docker compose -p <project_name> down ```
```sudo docker compose -p <project_name> down```

To cleanup a dev deployment by user `johndoe`, run the command:
```sudo docker compose -p johndoe-dev down```

To cleanup a staging & production deployments, run the commands

Expand Down

0 comments on commit d6c5124

Please sign in to comment.