Update README (#44)

Signed-off-by: Andrew Tur <andrew.tur@learnattack.de>

Co-authored-by: Andrew Tur <andrew.tur@learnattack.de>
This commit is contained in:
Andrew Tur
2022-01-26 16:06:43 +01:00
committed by GitHub
parent 477601cf62
commit fde5f3d81c

View File

@@ -156,6 +156,7 @@ When you start the solr image, you can adjust the configuration of the instance
- `SOLR_SERVER_DIR`: Specify the Solr server directory. Default: **/opt/bitnami/solr/server**
- `SOLR_CORES`: List of core names to create at first run separated by either a space, (` `), a comma (`,`) or a semicolon (`;`). No default. (E.g.: '**my_core_en,my_core_es**')
- `SOLR_CORE_CONF_DIR`: Configuration directory to copy when creating a new core. Default: **data_driven_schema_configs**
- `SOLR_OPTS`: List of Solr server options and flags separated by either a space, (` `), a comma (`,`) or a semicolon (`;`). No default. (E.g.: '**-XX:+AggressiveOpts -XX:G1HeapRegionSize=8m**')
Cluster related environment variables: