From 82c63ba2222229b374034ce43c11691b2595e16d Mon Sep 17 00:00:00 2001 From: Mika Date: Wed, 9 Oct 2024 17:31:36 +0200 Subject: [PATCH] added a section to SETUP.md --- SETUP.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index ca2f864..10b9323 100644 --- a/SETUP.md +++ b/SETUP.md @@ -18,4 +18,11 @@ To execute the database and backend run the following command in the root direct ```bash docker compose -f dev-compose.yml up -d ``` - +or if you only want to execute 1 or n containers the syntax is the following +```bash +docker compose -f dev-compose.yml up -d postgres backend frontend +``` +this starts all the containers however you can just remove them as you like. If you want to stop all docker containers run +```bash +docker compose -f dev.compose.yml down +``` \ No newline at end of file