docs: Update docker_compose_install.md 📚(#1153)

* 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>
This commit is contained in:
Fuegovic 2023-11-08 13:13:10 -05:00 committed by GitHub
parent 9d565ec8a5
commit ed3d7c9f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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