From c1a90af9ad42990b55cd2e69cf7c3eddae6ef51b Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 4 Oct 2015 12:09:18 -0700 Subject: [PATCH] Update developing-locally-docker.rst --- docs/developing-locally-docker.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index c79fd95d..1cee9117 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -124,6 +124,8 @@ Using the ``eval`` command we can switch machines as needed. Detached Mode ~~~~~~~~~~~~~ -If you want to run the stack in detached mode (in the background), use the ``-d`` argument:: +If you want to run the stack in detached mode (in the background), use the ``-d`` argument: - $ docker-compose up -d \ No newline at end of file +:: + + $ docker-compose up -d