From 0406c81072d02b00483928b1dc98df327114ca27 Mon Sep 17 00:00:00 2001 From: Aleksey Zubakov Date: Fri, 14 Oct 2022 03:05:05 +0300 Subject: [PATCH] Add disable instructions --- local_instruction.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```