We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e5eb4 commit 60c7565Copy full SHA for 60c7565
solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-tika.adoc
@@ -78,7 +78,7 @@ The quickest way to run Tika Server for development is using Docker. The example
78
79
[,bash]
80
----
81
-docker run --rm -p 9998:9998 apache/tika:3.2.3.0-full
+docker run --rm -p 9998:9998 --name tika -d apache/tika:3.2.3.0-full
82
83
84
NOTE: If Solr runs in Docker too, ensure both containers share a network and use the Tika container name as the host in `tikaserver.url`.
0 commit comments