nm3clol-docker/solr/README.md

378 B

Solr

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

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