diff --git a/docs/installation/docker.rst b/docs/installation/docker.rst
index c901ed279980b7dac7acb2dc0a9a343e768e9b33..7bb912b818c6842e4882c7a46d9ddab309cabbf2 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: