|
@@ -1,9 +1,6 @@
|
|
|
# Kafka-UI
|
|
|
UI for Apache Kafka management
|
|
|
|
|
|
-## Table of contents
|
|
|
-- [Getting started](#getting-started)
|
|
|
-
|
|
|
## Getting started
|
|
|
|
|
|
Build application and docker container
|
|
@@ -20,7 +17,7 @@ docker-compose -f ./docker/kafka.yaml
|
|
|
|
|
|
Application should be available at http://localhost:8080 .
|
|
|
|
|
|
-##Run application without docker:
|
|
|
+### Run application without docker:
|
|
|
|
|
|
```
|
|
|
cd kafka-ui-api
|