Skip to content

Commit 1fe8dc8

Browse files
authored
docs: use syntax highlighting
See kafbat/ui-docs#49 also
1 parent 1eff39f commit 1fe8dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To run Kafbat UI, you can use either a pre-built Docker image or build it (or a
9999

100100
## Quick start (Demo run)
101101

102-
```
102+
```bash
103103
docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true ghcr.io/kafbat/kafka-ui
104104
```
105105

@@ -109,7 +109,7 @@ The command is sufficient to try things out. When you're done trying things out,
109109

110110
## Persistent installation
111111

112-
```
112+
```yml
113113
services:
114114
kafbat-ui:
115115
container_name: kafbat-ui

0 commit comments

Comments
 (0)