Skip to content

Commit 2c95928

Browse files
dengzimingdengziming
andauthored
MINOR: Add line-continuation to shell command (#204)
Co-authored-by: dengziming <[email protected]>
1 parent 8f63cf7 commit 2c95928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ The official Docker image for Kafka UI is hosted here: [hub.docker.com/r/provect
3333
Launch Docker container in the background:
3434
```sh
3535

36-
docker run -p 8080:8080
37-
-e KAFKA_CLUSTERS_0_NAME=local
38-
-e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092
36+
docker run -p 8080:8080 \
37+
-e KAFKA_CLUSTERS_0_NAME=local \
38+
-e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka:9092 \
3939
-d provectuslabs/kafka-ui:latest
4040

4141
```

0 commit comments

Comments
 (0)