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 59b5b6d commit 678fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ make production

All deployments use distinct [project names](https://docs.docker.com/compose/project-name/) to make them easily distinguishable. `dev` deployments use logged_in user prefix and `-dev` suffix (to allow multiple deployments from different users on the same machine), while staging and production uses `staging` and `prod` project names respectively.

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

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

Expand Down

0 comments on commit 678fa06

Please sign in to comment.