From e67b88a76a154205de374193227b221268551e37 Mon Sep 17 00:00:00 2001
From: Romain Failliot <romain.failliot@foolstep.com>
Date: Fri, 16 Aug 2019 09:24:16 -0400
Subject: [PATCH] [docs] add docker-compose command line

---
 docs/installation/docker.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/installation/docker.rst b/docs/installation/docker.rst
index c901ed279..7bb912b81 100644
--- a/docs/installation/docker.rst
+++ b/docs/installation/docker.rst
@@ -150,6 +150,11 @@ Useful commands:
             ports:
               - "5000:80"
 
+    Then start the container:
+
+    .. code-block:: shell
+
+        docker-compose up -d
 
 .. _docker-multi-container:
 
-- 
GitLab