We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd23ddb commit 47c39e7Copy full SHA for 47c39e7
modules/mongodb/src/main/java/org/testcontainers/containers/MongoDBContainer.java
@@ -27,10 +27,6 @@ public MongoDBContainer() {
27
28
public MongoDBContainer(@NonNull final String dockerImageName) {
29
super(dockerImageName);
30
- configureMongoDBContainer();
31
- }
32
-
33
- private void configureMongoDBContainer() {
34
withExposedPorts(MONGODB_INTERNAL_PORT);
35
withCommand("--replSet", "docker-rs");
36
waitingFor(
0 commit comments