From 987150c1a5e2e083c44b6cd7c269228e6668f092 Mon Sep 17 00:00:00 2001 From: German Osin Date: Fri, 29 Jan 2021 15:23:02 +0300 Subject: [PATCH] Update README.md Fixed docker run command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de4dbcede8..7b98f47a20 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,10 @@ The official Docker image for Kafka UI is hosted here: [hub.docker.com/r/provect Launch Docker container in the background: ```sh -docker run -d provectuslabs/kafka-ui:latest +docker run -p 8080:8080 -e KAFKA_CLUSTERS_0_NAME=local -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 + -d provectuslabs/kafka-ui:latest ``` Then access the web UI at [http://localhost:9000](http://localhost:9000).