You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: Rename OPENGROK_WEBAPP_CONTEXT to URL_ROOT
The original OPENGROK_WEBAPP_CONTEXT variable has been
deprecated/not been in use since the deployment scripts have
been rewritten in commit d5cc7b5.
Rename the variable to URL_ROOT to avoid confusion and to
keep the docker command a bit shorter.
While we're at it, remove the OPENGROK_TOMCAT_BASE variable,
which has been deprecated at the same time.
Copy file name to clipboardExpand all lines: docker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
75
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
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
77
`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.
78
+
`URL_ROOT`<br/> *Default: /* | Override the sub-URL that OpenGrok should run on.
79
79
80
80
To specify environment variable for `docker run`, use the `-e` option, e.g. `-e REINDEX=30`
0 commit comments