From 1d60db44df81ed0a1c8a935f49bdbe4c7ad4ead6 Mon Sep 17 00:00:00 2001 From: German Osin Date: Fri, 29 Jan 2021 15:24:59 +0300 Subject: [PATCH] Update README.md Fixed ui url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b98f47a20..2a1af399f3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ docker run -p 8080:8080 -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:8080](http://localhost:8080). ## Building With Docker