Skip to content

Commit 80ae5d7

Browse files
epugheddumelendez
andauthored
Pass start command required in Solr 10 (#10174)
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent e8bb83f commit 80ae5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/solr/src/main/java/org/testcontainers/containers/SolrContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected void configure() {
111111
throw new IllegalStateException("Solr needs to have a configuration if you want to use a schema");
112112
}
113113
// Generate Command Builder
114-
String command = "solr -f";
114+
String command = "solr start -f";
115115
// Add Default Ports
116116
this.addExposedPort(SOLR_PORT);
117117

0 commit comments

Comments
 (0)