Skip to content

Commit

Permalink
Docs: Update zookeeper image (provectus#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
polegkashti committed Jun 17, 2024
1 parent 63e9921 commit 28677a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/compose/ui-acl-with-zk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG: 'org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret";'

zookeeper:
image: wurstmeister/zookeeper:3.4.6
image: zookeeper:3.8
environment:
JVMFLAGS: "-Djava.security.auth.login.config=/etc/zookeeper/zookeeper_jaas.conf"
volumes:
Expand Down

0 comments on commit 28677a9

Please sign in to comment.