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

Question about ymls #87

Closed alexey-sh closed 3 years ago

alexey-sh commented 3 years ago

Hi all

thanks for the awesome docker composer configs, they are really cool.

But I had to change ${DOCKER_HOST_IP:-127.0.0.1} (link) to exact my virtual machine IP and set version to '2' (link) to make it work.

I'm not sure that ${DOCKER_HOST_IP:-127.0.0.1} is a valid. I saw errors that this value can not be parsed.

Can you please confirm that my mentioned changes are correct?