testcontainers-scala
testcontainers-scala copied to clipboard
DockerComposeContainer does not pull latest version of the images
Despite
DockerComposeContainer(..., pull = true, ...)
the latest version of the images is not being pulled. I need to run docker compose pull manually.