diff options
Diffstat (limited to 'docs/Installation/Installation.rst')
-rw-r--r-- | docs/Installation/Installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst index 17636ff..5232bd4 100644 --- a/docs/Installation/Installation.rst +++ b/docs/Installation/Installation.rst @@ -27,7 +27,7 @@ kafka runs on 172.18.0.2 and dmaap on 172.18.0.4. .. code:: bash
- docker-compose up –d
+ docker-compose up # add -d argument to start process as a daemon (background process)
This should start 3 containers.
|