updated README.md

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

View File

@ -34,10 +34,4 @@ To download this repository and all of its included submodules, follow these ste
* Run the following command to start the Docker Compose:
```bash
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.
```