We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bb83f commit 80ae5d7Copy full SHA for 80ae5d7
modules/solr/src/main/java/org/testcontainers/containers/SolrContainer.java
@@ -111,7 +111,7 @@ protected void configure() {
111
throw new IllegalStateException("Solr needs to have a configuration if you want to use a schema");
112
}
113
// Generate Command Builder
114
- String command = "solr -f";
+ String command = "solr start -f";
115
// Add Default Ports
116
this.addExposedPort(SOLR_PORT);
117
0 commit comments