The Docker Compose docs state that you can wait for a container started by docker compose to come up by calling an overloaded withExposedService passing it a WaitStrategy.
This method doesn't exist - whether because it has been removed or the docs are for a not yet released version.
The Docker Compose docs state that you can wait for a container started by docker compose to come up by calling an overloaded
withExposedServicepassing it aWaitStrategy.This method doesn't exist - whether because it has been removed or the docs are for a not yet released version.