Skip to content

Commit 3b96e57

Browse files
author
Chris Cho
authored
Recommend force-recreate option to prevent conflicting cached files from being used (#109)
1 parent 0f6daa7 commit 3b96e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/quick-start.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To start the sandbox run the following command from the tutorial directory:
6868

6969
.. code-block:: shell
7070

71-
docker-compose -p mongo-kafka up -d
71+
docker-compose -p mongo-kafka up -d --force-recreate
7272

7373
When you start the sandbox, Docker downloads any images it needs to run.
7474

source/tutorials/tutorial-setup.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Set Up Your Development Environment with Docker
8383
.. code-block:: bash
8484
:copyable: true
8585

86-
docker-compose -p mongo-kafka up -d
86+
docker-compose -p mongo-kafka up -d --force-recreate
8787

8888
.. include:: /includes/tutorials/port-mapping-note.rst
8989

0 commit comments

Comments
 (0)