Skip to content

Commit e2dc7a4

Browse files
author
Vladimir Kotal
authored
add column for defaults, fix formatting
1 parent b344052 commit e2dc7a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
7070

7171
## Environment Variables
7272

73-
| Docker Environment Var. | Description |
74-
| ----------------------- | ----------- |
75-
`REINDEX: <time_in_minutes>`<br/> *Optional* *Default: 10* | Period of automatic mirroring/reindexing. Setting to `0` will disable automatic indexing. You can manually trigger an reindex using docker exec: `docker exec <container> /scripts/index.sh`
76-
`INDEXER_OPT` | 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
77-
`NOMIRROR` | To avoid the mirroring step, set the variable to non-empty value.
78-
`URL_ROOT`<br/> *Default: /* | Override the sub-URL that OpenGrok should run on.
73+
| Docker Environment Var. | Default value | Description |
74+
| ----------------------- | ------------- | ----------- |
75+
`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_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
77+
`NOMIRROR` | empty | To avoid the mirroring step, set the variable to non-empty value.
78+
`URL_ROOT` | `/` | Override the sub-URL that OpenGrok should run on.
7979

8080
To specify environment variable for `docker run`, use the `-e` option, e.g. `-e REINDEX=30`
8181

0 commit comments

Comments
 (0)