nm3clol-docker/solr-tika/README.md

20 lines
394 B
Markdown

# Solr and Tika
This Docker Compose configuration contains the minimum requirements for running Solr and Tika together.
## Starting Up
To run it using you own configuration:
docker compose --env-file ../.env up -d
Or to run it using the default development configuration:
docker compose --env-file ../.env.example up -d
## Shutting Down
To stop it use:
docker compose down