Skip to content

Commit 60c7565

Browse files
committed
make sure run tika in the background
1 parent f9e5eb4 commit 60c7565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-tika.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The quickest way to run Tika Server for development is using Docker. The example
7878

7979
[,bash]
8080
----
81-
docker run --rm -p 9998:9998 apache/tika:3.2.3.0-full
81+
docker run --rm -p 9998:9998 --name tika -d apache/tika:3.2.3.0-full
8282
----
8383

8484
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

Comments
 (0)