RKuttruff commented on code in PR #327: URL: https://github.com/apache/sdap-nexus/pull/327#discussion_r1801258758
########## docs/quickstart.rst: ########## @@ -143,7 +143,7 @@ To start Solr using a volume mount and expose the admin webapp on port 8983: export SOLR_DATA=~/nexus-quickstart/solr mkdir -p ${SOLR_DATA} - docker run --name solr --network sdap-net -v ${SOLR_DATA}/:/bitnami -p 8983:8983 -e SDAP_ZK_SERVICE_HOST="host.docker.internal" -d ${REPO}/sdap-solr-cloud:${SOLR_VERSION} + docker run --name solr --network sdap-net -v ${SOLR_DATA}/:/bitnami -p 8983:8983 -e ZK_HOST="host.docker.internal:2181/solr" -d ${REPO}/sdap-solr-cloud:${SOLR_VERSION} Review Comment: The exact opposite of this change was made by Stepheny [several months ago](https://github.com/apache/sdap-nexus/commit/4a386a53ec0390a45c77f2032fe2ce87ca7d7525#diff-c9a9d6773bfb8f6a209256e8f1dc00db3eca97be188d9541607f55ca4f9744d1L146-R146): This tells me we need to figure out why one configuration works for some users and the other works for others rather than just using one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org