Skip to content

Commit b714910

Browse files
timschumiVladimir Kotal
authored andcommitted
docker: Document OPENGROK_WEBAPP_CONTEXT environment variable
1 parent 622ccc6 commit b714910

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
@@ -75,6 +75,7 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
7575
`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`
7676
`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
7777
`NOMIRROR` | To avoid the mirroring step, set the variable to non-empty value.
78+
`OPENGROK_WEBAPP_CONTEXT`<br/> *Default: /* | Override the sub-URL that OpenGrok should run on.
7879

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

0 commit comments

Comments
 (0)