Skip to content

Commit 6714422

Browse files
authored
docs: update conifg options
1 parent 041f1e9 commit 6714422

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

oci/kafka/documentation.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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`':

0 commit comments

Comments
 (0)