Skip to content

Commit 5694540

Browse files
author
Vladimir Kotal
authored
document the INDEXER_FLAGS environment variable
1 parent 383499a commit 5694540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
7373
| Docker Environment Var. | Default value | Description |
7474
| ----------------------- | ------------- | ----------- |
7575
`REINDEX` | 10 | Period of automatic mirroring/reindexing in minutes. Setting to `0` will disable automatic indexing. You can manually trigger an reindex using docker exec: `docker exec <container> /scripts/index.sh`
76+
`INDEXER_FLAGS` | `-H -P -S -G` | allows to override indexer flags
7677
`INDEXER_OPT` | empty | pass extra options to OpenGrok Indexer. For example, `-i d:vendor` will remove all the `*/vendor/*` files from the index. You can check the indexer options on https://github.com/oracle/opengrok/wiki/Python-scripts-transition-guide
7778
`NOMIRROR` | empty | To avoid the mirroring step, set the variable to non-empty value.
7879
`URL_ROOT` | `/` | Override the sub-URL that OpenGrok should run on.

0 commit comments

Comments
 (0)