mirror of
https://github.com/bitnami/containers.git
synced 2026-02-20 06:37:24 +08:00
16 lines
242 B
YAML
16 lines
242 B
YAML
version: "2"
|
|
|
|
services:
|
|
kafka:
|
|
image: docker.io/bitnami/kafka:3.4
|
|
ports:
|
|
- "9092:9092"
|
|
volumes:
|
|
- "kafka_data:/bitnami"
|
|
environment:
|
|
- ALLOW_PLAINTEXT_LISTENER=yes
|
|
|
|
volumes:
|
|
kafka_data:
|
|
driver: local
|