When using DockerComposeContainer I would like to follow output logs from my containers that are started by DockerComposeContainer.
Maybe there is a way how to do it but I have not found it. Using DockerComposeContainer#followOutput(...)does not do that.
Thanks.