mirror of https://github.com/docker/docs.git
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:
parent
93f7b24863
commit
a4237dac3d
|
@ -235,7 +235,7 @@ To add it to your own project (it’s 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:
|
||||
|
|
Loading…
Reference in New Issue