Skip to content

Commit

Permalink
Fixes missing docker-compose in examples (#736)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <elena@kolevska.com>
  • Loading branch information
elena-kolevska authored Oct 21, 2024
1 parent e249092 commit 0cd0482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/invoke-binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ name: Kafka install
sleep: 30
-->

1. Start the kafka containers using docker-compose
1. Start the kafka containers using docker compose

```bash
docker-compose -f ./docker-compose-single-kafka.yml up -d
docker compose -f ./docker-compose-single-kafka.yml up -d
```

<!-- END_STEP -->
Expand Down Expand Up @@ -91,7 +91,7 @@ dapr stop --app-id receiver
For kafka cleanup, run the following code:

```bash
docker-compose -f ./docker-compose-single-kafka.yml down
docker compose -f ./docker-compose-single-kafka.yml down
```

<!-- END_STEP -->

0 comments on commit 0cd0482

Please sign in to comment.