From 9671fb40878cf02bcb3e5562b20c782a486f9157 Mon Sep 17 00:00:00 2001
From: TonyFord <tonyford@strategy-investor.de>
Date: Thu, 25 Jun 2020 20:54:35 +0200
Subject: [PATCH] daemon mode

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a375bb3..95fd984 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ start-faircoind:
   script:
     - docker-compose stop
     - docker-compose down
-    - docker-compose up
+    - docker-compose up -d
 
 stop-faircoind:
   stage: stop
-- 
GitLab