nm3clol-docker/tika
2024-05-26 06:15:43 -04:00
..
docker-compose.yml Added common name to each of the Docker Compose configurations so that the volumes could be shared across different workloads. 2024-05-26 05:26:15 -04:00
README.md Added string interpolation to solr configuration. 2024-05-26 06:15:43 -04:00

Tika

This Docker Compose configuration contains the minimum requirement for running Tika standalone.

Starting Up

Or to run it using the default configuration:

docker compose up -d

Shutting Down

To stop it use:

docker compose down