TMP
authorKai Moritz <kai@juplo.de>
Sat, 18 Feb 2023 17:42:13 +0000 (18:42 +0100)
committerKai Moritz <kai@juplo.de>
Sat, 18 Feb 2023 17:42:13 +0000 (18:42 +0100)
docker-compose.yml

index 9eea469..bc947b8 100644 (file)
@@ -5,6 +5,9 @@ services:
     image: bitnami/zookeeper:latest
     ports:
       - "2181:2181"
+    environment:
+      ZOO_ENABLE_AUTH: "yes"
+      ZOO_SERVER_USERS: user:password
 
   kafka:
     image: bitnami/kafka:latest