henrik242 commented on PR #11:
URL: https://github.com/apache/solr-docker/pull/11#issuecomment-1283952650
> As I am not familar how the "ARG SOLR_OPTS" works with docker in case of
user overrides, we should maybe add a release note how to fix the bug in your
own docker image or your installation if you set SOLR_OPTS manually.
At least this works in docker-compose.yml:
```
services:
solr:
image: solr:9.0.0
command: solr -f -cloud
environment:
SOLR_OPTS:
"-XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"
````
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]