mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix: broker network typo (#680)
This commit is contained in:
parent
1afe0ec73a
commit
22b6be21d3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ services:
|
|||
|
||||
broker:
|
||||
image: confluentinc/cp-kafka:7.2.2
|
||||
hostname: borker
|
||||
hostname: broker
|
||||
depends_on:
|
||||
zookeeper:
|
||||
condition: service_started
|
||||
|
|
|
|||
Loading…
Reference in a new issue