mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
8 lines
181 B
Docker
8 lines
181 B
Docker
FROM confluentinc/cp-kafka:7.5.0
|
|
|
|
# Expose Kafka ports
|
|
# 9092: External client connections
|
|
# 29092: Internal broker communication
|
|
# 9999: JMX monitoring port
|
|
EXPOSE 9092 29092 9999
|