We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9f62b commit ccda528Copy full SHA for ccda528
docs/features/wait-strategies.md
@@ -155,14 +155,14 @@ const container = await new GenericContainer("redis")
155
156
```javascript
157
.withWaitStrategy(Wait.forHttp("/health", 8443)
158
- .useTls())
+ .usingTls())
159
```
160
161
#### Insecure TLS
162
163
164
165
- .useTls()
+ .usingTls()
166
.insecureTls())
167
168
0 commit comments