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 9805f22 commit cb6edb9Copy full SHA for cb6edb9
packages/modules/redis/src/redis-container.ts
@@ -13,7 +13,7 @@ export class RedisContainer extends GenericContainer {
13
super(image);
14
this.withExposedPorts(REDIS_PORT)
15
.withStartupTimeout(120_000)
16
- .withWaitStrategy(Wait.forLogMessage("Ready to accept connections tcp"));
+ .withWaitStrategy(Wait.forLogMessage("Ready to accept connections"));
17
}
18
19
public withPassword(password: string): this {
0 commit comments