diff options
Diffstat (limited to 'docs/Installation/Installation.rst')
-rw-r--r-- | docs/Installation/Installation.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst index 3723a19..17636ff 100644 --- a/docs/Installation/Installation.rst +++ b/docs/Installation/Installation.rst @@ -24,8 +24,10 @@ kafka runs on 172.18.0.2 and dmaap on 172.18.0.4. 4) Install docker and docker-compose
5) Go to messageservice/src/main/resources/docker-compose and run:
-
- docker-compose up –d
+
+ .. code:: bash
+
+ docker-compose up –d
This should start 3 containers.
|