Skip to content

Commit 28677a9

Browse files
authored
Docs: Update zookeeper image (kafbat#431)
1 parent 63e9921 commit 28677a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/compose/ui-acl-with-zk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG: 'org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret";'
1919

2020
zookeeper:
21-
image: wurstmeister/zookeeper:3.4.6
21+
image: zookeeper:3.8
2222
environment:
2323
JVMFLAGS: "-Djava.security.auth.login.config=/etc/zookeeper/zookeeper_jaas.conf"
2424
volumes:

0 commit comments

Comments
 (0)