diff --git a/SETUP.md b/SETUP.md index 10b9323..1d35d15 100644 --- a/SETUP.md +++ b/SETUP.md @@ -24,5 +24,5 @@ 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 +docker compose -f dev-compose.yml down ``` \ No newline at end of file