[
https://issues.apache.org/jira/browse/TIKA-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-3862.
-------------------------------
Resolution: Fixed
I made the fix just now. Please reopen if you disagree with the updates to our
readme.
> Update tika docker readme to bind to localhost
> ----------------------------------------------
>
> Key: TIKA-3862
> URL: https://issues.apache.org/jira/browse/TIKA-3862
> Project: Tika
> Issue Type: Task
> Components: docker
> Reporter: Tim Allison
> Priority: Major
>
> In our readme, we recommend starting docker like this:
> {color:#067d17}docker run -d -p 9998:9998 apache/tika:<tag>
> {color}
>
> Docker rewrites iptables and will open that host to the internet. I think we
> should recommend binding to local host UNLESS people are confident their
> tika-server is isolated from the internet:
> {color:#067d17}docker run -d -p 127.0.0.1:9998:9998 apache/tika:<tag>{color}
>
> This still boggles my mind that docker does this. Nevertheless, I just
> confirmed that this, er, worked on our regression server.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)