We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f63cf7 commit 2c95928Copy full SHA for 2c95928
README.md
@@ -33,9 +33,9 @@ The official Docker image for Kafka UI is hosted here: [hub.docker.com/r/provect
33
Launch Docker container in the background:
34
```sh
35
36
-docker run -p 8080:8080
37
- -e KAFKA_CLUSTERS_0_NAME=local
38
- -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
+docker run -p 8080:8080 \
+ -e KAFKA_CLUSTERS_0_NAME=local \
+ -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 \
39
-d provectuslabs/kafka-ui:latest
40
41
```
0 commit comments