mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
fix(quickstart): restore kafka version (#13873)
This commit is contained in:
parent
9a32dd7f7f
commit
933e75f5e1
@ -231,7 +231,7 @@ services:
|
||||
- neo4jdata:/data
|
||||
kafka-broker:
|
||||
hostname: broker
|
||||
image: ${DATAHUB_CONFLUENT_KAFKA_IMAGE:-confluentinc/cp-kafka}:${DATAHUB_CONFLUENT_VERSION:-7.9.2}
|
||||
image: ${DATAHUB_CONFLUENT_KAFKA_IMAGE:-confluentinc/cp-kafka}:${DATAHUB_CONFLUENT_VERSION:-8.0.0}
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
|
Loading…
x
Reference in New Issue
Block a user