Skip to content

Commit

Permalink
#332 Change image from kafka manager to newest version
Browse files Browse the repository at this point in the history
Apparently the original project was renamed into cmak to avoid break the TOS of kafka having the kafka in the name of unofficial tool
  • Loading branch information
AdrianLagartera committed Mar 8, 2023
1 parent 3f5d91c commit b8426a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema_registry_docker/docker-compose-noauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ services:
SCHEMA_REGISTRY_LISTENERS: http://0.0.0.0:8081
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: zookeeper:2181
kafka-manager:
image: kafkamanager/kafka-manager
image: iunera/cmak
depends_on:
- kafka
- zookeeper
ports:
- 9000:9000
environment:
ZK_HOSTS: http://zookeper:2181
ZK_HOSTS: zookeeper:2181

0 comments on commit b8426a9

Please sign in to comment.