Update image source for kafbat

Kafbath publishes its images to Docker Hub, so changing the registry source to Hub instead of GHCR. Also, instead of using the latest tag, they publish merged changes onto a `main` tag.
This commit is contained in:
Michael Irwin 2025-03-10 14:53:44 -04:00 committed by GitHub
parent 93f7b24863
commit a4237dac3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ To add it to your own project (its already in the demo application), you only
```yaml
services:
kafka-ui:
image: ghcr.io/kafbat/kafka-ui:latest
image: kafbat/kafka-ui:main
ports:
- 8080:8080
environment: