fix typo
This commit is contained in:
parent
359ffc30ba
commit
4094eca351
2
SETUP.md
2
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
|
this starts all the containers however you can just remove them as you like. If you want to stop all docker containers run
|
||||||
```bash
|
```bash
|
||||||
docker compose -f dev.compose.yml down
|
docker compose -f dev-compose.yml down
|
||||||
```
|
```
|
Loading…
Reference in a new issue