Using version 1.1.0, [the `DockerComposeContainer` class no longer extends from `GenericContainer`](https://github.com/testcontainers/testcontainers-java/commit/3478853b5abb48a0d178d44f71226480430fe1b3#diff-f992b47914d235d916c506932b1946f6L28) and thus doesn't have anything like the `waitingFor` method. Related issues: - https://github.com/testcontainers/testcontainers-java/issues/158 - https://github.com/testcontainers/testcontainers-java/issues/156