diff --git a/tools/kafka/docker-compose/README.adoc b/tools/kafka/docker-compose/README.adoc index dbad27d..95dcc7c 100644 --- a/tools/kafka/docker-compose/README.adoc +++ b/tools/kafka/docker-compose/README.adoc @@ -6,7 +6,7 @@ Runs a multi-node Kafka cluster w/ 3 brokers available at `locahost:9091,localho To start the brokers run the following command: [source,shell] ---- -docker-compose -f ./kafka-cluster.yml -d up +docker-compose -f ./kafka-cluster.yml up ---- To stop the brokers run the following command: [source,shell] @@ -37,4 +37,4 @@ TIP: The scripts can be chained together to start both cluster and UI in a singl [source,shell] ---- docker-compose -f kafka-cluster.yml -f ./control-center-ui.yml up` ----- \ No newline at end of file +----