From 5327affd2496d0342a818e1453a1154b797e414a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6khan=20Dasdemir?= <e1029590@student.tuwien.ac.at>
Date: Sat, 31 Oct 2020 02:39:23 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fce9c67cde..58f8d4628c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 $ mvn clean package
 
 # start application
-$ docker-compose up --build
+$ docker-compose up --build (use -d for detach mode)
 
 # stop application
 $ docker-compose down
-- 
GitLab