Skip to content

Commit f8a4c2e

Browse files
authored
add comment on -R
1 parent 799e328 commit f8a4c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The image contains these directories:
9494
| Docker Environment Var. | Default value | Description |
9595
| ----------------------- | ------------- | ----------- |
9696
`SYNC_PERIOD_MINUTES` | 10 | Period of automatic synchronization (i.e. mirroring + reindexing) in minutes. Setting to `0` will disable periodic syncing (the sync after container startup will still be done).
97-
`INDEXER_OPT` | empty | pass **extra** options to OpenGrok Indexer. The default set of indexer options is: `--remote on -P -H -W`. 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
97+
`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. The default set of indexer options is: `--remote on -P -H -W`. Do not add `-R` as it is used internally. Rather, see below for the `READONLY_CONFIG_FILE` environment variable.
9898
`NOMIRROR` | empty | To avoid the mirroring step, set the variable to non-empty value.
9999
`URL_ROOT` | `/` | Override the sub-URL that OpenGrok should run on.
100100
`WORKERS` | number of CPUs in the container | number of workers to use for syncing (applies only to setup with projects enabled)

0 commit comments

Comments
 (0)