Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/how-to-guides/upgrade-cve-2025-66516.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions news/+tika.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix docs for configuring Tika URL. @davisagli