From ed3d7c9f808337f941e95375343124dea9dfcb22 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:13:10 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20Update=20docker=5Fcompose=5Finstall.md?= =?UTF-8?q?=20=F0=9F=93=9A(#1153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update docker_compose_install.md add instruction to stop the container * Update docker_compose_install.md --------- Co-authored-by: Danny Avila <110412045+danny-avila@users.noreply.github.com> --- docs/install/docker_compose_install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install/docker_compose_install.md b/docs/install/docker_compose_install.md index 77cdcc8e76..a368d52f3a 100644 --- a/docs/install/docker_compose_install.md +++ b/docs/install/docker_compose_install.md @@ -49,6 +49,8 @@ If you're having issues running this command, you can try running what the scrip Prefix commands with `sudo` according to your environment permissions. ```bash +# Stop the container (if running) +docker-compose down # Fetch the latest changes from Github git fetch origin # Switch to the repo's main branch