File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,20 +20,21 @@ config:
2020 ' `TZ` ' :
2121 type : env
2222 description : Configure the container timezone value.
23- ZOOKEEPER_HOST :
23+ default : ' UTC'
24+ ' `ZOOKEEPER_HOST` ' :
2425 type : env
2526 description : Hostname for the related Zookeeper instance. Only used in Apache Kafka 3.
2627 default : ' zookeeper'
27- ZOOKEEPER_PORT :
28+ ' ` ZOOKEEPER_PORT` ' :
2829 type : env
29- description : Port for the related Zookeeper instance. Only used in Apache Kafka 3.
30+ description : Port for the related Zookeeper instance. Only used in Apache Kafka 3.
3031 default : ' 2181'
3132 ' `-v <path>:/etc/kafka/server.properties` ' :
3233 type : mount
3334 description : Override Kafka server configuration file.
3435 ' `-v <volume>:/var/lib/kafka` ' :
3536 type : mount
36- description : >-
37+ description : >-
3738 Persist data in a docker `<volume>`.
3839 Make sure that the mount point is consistent with the configuration property `logs.dirs`.
3940 ' `-p <port>:9092` ' :
You can’t perform that action at this time.
0 commit comments