wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.92k stars 2.73k forks source link

Fix sed: unmatched '@' #674

Closed LatentLag closed 3 years ago

LatentLag commented 3 years ago

When a container is restarted docker port reports multiple ports which yields the error sed: unmatched '@' because there's a newline in the sed result. This change picks the first port, which removes the first line.

KielD-01 commented 3 years ago

@wurstmeister any chance to have this merged?

wurstmeister commented 3 years ago

Thank you!