We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6daa7 commit 3b96e57Copy full SHA for 3b96e57
source/quick-start.txt
@@ -68,7 +68,7 @@ To start the sandbox run the following command from the tutorial directory:
68
69
.. code-block:: shell
70
71
- docker-compose -p mongo-kafka up -d
+ docker-compose -p mongo-kafka up -d --force-recreate
72
73
When you start the sandbox, Docker downloads any images it needs to run.
74
source/tutorials/tutorial-setup.txt
@@ -83,7 +83,7 @@ Set Up Your Development Environment with Docker
83
.. code-block:: bash
84
:copyable: true
85
86
87
88
.. include:: /includes/tutorials/port-mapping-note.rst
89
0 commit comments