ngachung commented on code in PR #327: URL: https://github.com/apache/sdap-nexus/pull/327#discussion_r1801582921
########## 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: After additional investigations with Riley, we decided to update the env to match what is used for the bitnami solr chart at https://github.com/bitnami/charts/blob/6db8a2e736e2a60be2d3848d85f49d236a43136c/bitnami/solr/templates/statefulset.yaml#L239-L240 -- 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