Update README.md

Fixed docker run command
This commit is contained in:
German Osin 2021-01-29 15:23:02 +03:00 committed by GitHub
parent 3c843e1266
commit 987150c1a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: Launch Docker container in the background:
```sh ```sh
docker run -d provectuslabs/kafka-ui:latest docker run -p 8080:8080
-e KAFKA_CLUSTERS_0_NAME=local -e KAFKA_CLUSTERS_0_NAME=local
-e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
-d provectuslabs/kafka-ui:latest
``` ```
Then access the web UI at [http://localhost:9000](http://localhost:9000). Then access the web UI at [http://localhost:9000](http://localhost:9000).