From d3f61da4994522711674d54ca10bb9006ce1c3f1 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Thu, 22 Aug 2024 08:38:06 -0300 Subject: [PATCH] Update producer-demo.md Add `--force-recreate` flag to docker compose invocation example to ensure that previous runs don't affect future ones. --- docs/producer-demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/producer-demo.md b/docs/producer-demo.md index 3a80d21603..6cdde75c0c 100644 --- a/docs/producer-demo.md +++ b/docs/producer-demo.md @@ -94,7 +94,7 @@ Once pre-requisites for your OS have been completed, follow these steps (they ar 3. **Run the following command to start the demo:** ```sh - docker compose -f docker-compose.local.producers.yml up --pull always + docker compose -f docker-compose.local.producers.yml up --pull always --force-recreate ``` 4. **Open you browser and visit http://localhost:8070**