瀏覽代碼

MINOR: Add line-continuation to shell command (#204)

Co-authored-by: dengziming <dengziming@growingio.com>
dengziming 4 年之前
父節點
當前提交
2c95928607
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -33,9 +33,9 @@ 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 -p 8080:8080
-	-e KAFKA_CLUSTERS_0_NAME=local
-	-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 \
 	-d provectuslabs/kafka-ui:latest 
 	-d provectuslabs/kafka-ui:latest 
 
 
 ```
 ```