Update docker-compose.yml file
This commit is contained in:
parent
44cb9f99fc
commit
a6c055f4bf
|
|
@ -5,6 +5,8 @@ services:
|
|||
image: 'bitnami/zookeeper:latest'
|
||||
ports:
|
||||
- '2181:2181'
|
||||
environment:
|
||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
||||
volumes:
|
||||
- 'zookeeper_data:/bitnami'
|
||||
kafka:
|
||||
|
|
@ -15,6 +17,7 @@ services:
|
|||
- 'kafka_data:/bitnami'
|
||||
environment:
|
||||
- KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181
|
||||
- ALLOW_PLAINTEXT_LISTENER=yes
|
||||
|
||||
volumes:
|
||||
zookeeper_data:
|
||||
|
|
|
|||
Loading…
Reference in New Issue