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 dfc1f1b commit 0ef8fcdCopy full SHA for 0ef8fcd
.github/init_solr.sh
@@ -154,7 +154,7 @@ solr_run() {
154
echo "Running with version ${SOLR_VERSION} in standalone mode"
155
echo "Starting solr on port ${SOLR_PORT}..."
156
157
- ./${SOLR_INSTALL_DIR}/bin/solr -p ${SOLR_PORT} -s ${SOLR_HOME} -Dsolr.disable.shardsWhitelist=true || exit_on_error "Can't start Solr"
+ ./${SOLR_INSTALL_DIR}/bin/solr start --host 0.0.0.0 -p ${SOLR_PORT} -s ${SOLR_HOME} -Dsolr.jetty.host=0.0.0.0 -Dsolr.disable.allowUrls=true -Dsolr.disable.shardsWhitelist=true || exit_on_error "Can't start Solr"
158
159
echo "Started"
160
0 commit comments