I don’t know if it’s possible but I’m trying to avoid typing this ‘ –– config’ when I start the container. I wish to have all of these settings to be written inside the Dockerfile.
On Fri, 28 Apr 2023 at 17:59 Nick Burch <[email protected]> wrote: > On Fri, 28 Apr 2023, שי ברק wrote: > > Inside the container probably - makes more sense to me > > In that case, create a custom Docker container that adds in your custom > config to your Docker image, as per Konstantin's instructions: > https://lists.apache.org/thread/l0od2b6tp6odyd661ftjqmkkf27o6hdl > > Then when you start your Docker container, tell it the path to your custom > config file within the container using the --config flag > > > See also https://github.com/apache/tika-docker#custom-config for how to > have your config outside on the host machine and to mount that in, in case > you decide to go the other way > > Nick
