RKuttruff commented on code in PR #327: URL: https://github.com/apache/sdap-nexus/pull/327#discussion_r1801480563
########## 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: I'm a bit confused too But the discussion in #298 showed it worked for both Stepheny and a user on dev@ -- 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