-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs are inaccurate - DockerComposeContainer.withExposedService does not take a WaitStrategy in 1.6.0 #620
Comments
withExposedService
does not take a WaitStrategy
in 1.6.0
@Mahoney actually, the docs are from the future :D We just added this functionality and it is to-be-released soon, but since the docs were changed as part of the PR ( #600 ) you already see it on our website. @rnorth we should think how to keep docs aligned with the latest release. Thanks @Mahoney for letting us know 👍 |
@Mahoney FYI you can use JitPack to try this feature. See how to do it here: |
@bsideup Versioning of the docs seems like a good idea, we might be able to use this Gitbook plugin: |
@kiview true. Just maybe we need to cleanup the tags first: |
released as part of 1.7.0 |
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 aWaitStrategy
.This method doesn't exist - whether because it has been removed or the docs are for a not yet released version.
The text was updated successfully, but these errors were encountered: