This commit is contained in:
Mika Bomm 2024-10-09 18:09:24 +02:00
parent 359ffc30ba
commit 4094eca351

View file

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