소스 검색

Update README.md

Fixed docker run command
German Osin 4 년 전
부모
커밋
987150c1a5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
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).