diff --git a/docs/docs/how-to-guides/upgrade-cve-2025-66516.md b/docs/docs/how-to-guides/upgrade-cve-2025-66516.md index 7640dae..6a4e4ad 100644 --- a/docs/docs/how-to-guides/upgrade-cve-2025-66516.md +++ b/docs/docs/how-to-guides/upgrade-cve-2025-66516.md @@ -37,7 +37,7 @@ Then pull the new `ghcr.io/kitconcept/solr` image and restart your services. The - Configuration to use an external Tika 3.2.3 server (patched against CVE-2025-66516) By default, Solr will connect to the Tika server at `http://tika:9998`. -You can override this using the `solr.tika.url` environment variable. +You can override this using the `solr.tika.url` option, which can be passed to Solr using the SOLR_OPTS environment variable, like this: `SOLR_OPTS="-Dsolr.tika.url=http://tika-acceptance:9998"`. ## Users with Custom Solr Images diff --git a/news/+tika.documentation b/news/+tika.documentation new file mode 100644 index 0000000..edae86c --- /dev/null +++ b/news/+tika.documentation @@ -0,0 +1 @@ +Fix docs for configuring Tika URL. @davisagli