updated README.md

This commit is contained in:
Niko Feith 2024-03-04 11:22:52 +01:00
parent 0c41df14c3
commit 0a45317e11

View File

@ -35,9 +35,3 @@ To download this repository and all of its included submodules, follow these ste
```bash ```bash
docker-compose up -d docker-compose up -d
``` ```
**Notes:**
* The `-d` flag in `docker-compose up -d` runs the containers in detached mode (in the background).
* This assumes you have a `docker-compose.yml` file in your project's root that defines the necessary containers.