diff --git a/local_instruction.md b/local_instruction.md index 4d1e1ae..7a1ad89 100644 --- a/local_instruction.md +++ b/local_instruction.md @@ -75,3 +75,11 @@ postgres_container "docker-entrypoint.s…" postgres running [docker desktop]: https://www.docker.com/products/docker-desktop/ [wsl]: https://learn.microsoft.com/en-us/windows/wsl/install + +## Как вылючить + +1. Открыть терминал +2. Передать `docker-compose` команду `down`: +```sh +$ docker compose down +```