kumaab commented on code in PR #965:
URL: https://github.com/apache/ranger/pull/965#discussion_r3293960372
##########
dev-support/ranger-docker/docker-compose.ranger.yml:
##########
@@ -110,7 +110,12 @@ services:
volumes:
- ./dist/keytabs/ranger-solr:/etc/keytabs
-
./scripts/solr/solr-ranger_audits:/opt/solr/server/solr/configsets/ranger_audits/conf
+ # Core conf is copied once by solr-precreate; mount so Solr 9 cache
updates apply without recreating the core
+ - ./scripts/solr/solr-ranger_audits:/var/solr/data/ranger_audits/conf
Review Comment:
please see if the resources in "volumes" can be mounted read-only, thanks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]