conduktor / kafka-stack-docker-compose

docker compose files to create a fully working kafka stack
Apache License 2.0
3.24k stars 1.25k forks source link

fix: update conduktor service name in full-stack.yml #141

Closed NoahTK7 closed 5 months ago

NoahTK7 commented 6 months ago

Currently running full-stack.yml errors out before starting any containers due to a parsing error with the conduktor service. This PR updates full-stack.yml so that it references the correct conduktor service name in conduktor.yml, which was recently changed in #139.

AurelieMarcuzzo commented 5 months ago

Thanks for the contribution, a fix has been provided.