Skip to content

Commit 0cd0482

Browse files
Fixes missing docker-compose in examples (#736)
Signed-off-by: Elena Kolevska <[email protected]>
1 parent e249092 commit 0cd0482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/invoke-binding/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ name: Kafka install
2626
sleep: 30
2727
-->
2828

29-
1. Start the kafka containers using docker-compose
29+
1. Start the kafka containers using docker compose
3030

3131
```bash
32-
docker-compose -f ./docker-compose-single-kafka.yml up -d
32+
docker compose -f ./docker-compose-single-kafka.yml up -d
3333
```
3434

3535
<!-- END_STEP -->
@@ -91,7 +91,7 @@ dapr stop --app-id receiver
9191
For kafka cleanup, run the following code:
9292

9393
```bash
94-
docker-compose -f ./docker-compose-single-kafka.yml down
94+
docker compose -f ./docker-compose-single-kafka.yml down
9595
```
9696

9797
<!-- END_STEP -->

0 commit comments

Comments
 (0)