Skip to content

Commit e6dc184

Browse files
authored
Update instructions for overriding Tika server URL
Fixed the method to override Tika server URL in Solr configuration.
1 parent 4d9dac5 commit e6dc184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)