Update developing-locally-docker.rst

This commit is contained in:
Daniel Greenfeld 2015-10-04 12:09:18 -07:00
parent fdedd151ab
commit c1a90af9ad

View File

@ -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
::
$ docker-compose up -d