Skip to content

Commit 24dede8

Browse files
authored
Merge pull request #59 from kitconcept/davisagli-patch-1
Update instructions for overriding Tika server URL
2 parents 4d9dac5 + c88bed5 commit 24dede8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docs/how-to-guides/upgrade-cve-2025-66516.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Then pull the new `ghcr.io/kitconcept/solr` image and restart your services. The
3737
- Configuration to use an external Tika 3.2.3 server (patched against CVE-2025-66516)
3838

3939
By default, Solr will connect to the Tika server at `http://tika:9998`.
40-
You can override this using the `solr.tika.url` environment variable.
40+
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"`.
4141

4242
## Users with Custom Solr Images
4343

news/+tika.documentation

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix docs for configuring Tika URL. @davisagli

0 commit comments

Comments
 (0)