File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
80
80
` NOMIRROR ` | empty | To avoid the mirroring step, set the variable to non-empty value.
81
81
` URL_ROOT ` | ` / ` | Override the sub-URL that OpenGrok should run on.
82
82
` WORKERS ` | number of CPUs in the container | number of workers to use for syncing (applies only to setup with projects enabled)
83
- ` AVOID_PROJECTS ` | False | run in project less configuration. Set to non empty value disables projects.
83
+ ` AVOID_PROJECTS ` | empty | run in project less configuration. Set to non empty value disables projects.
84
84
85
85
To specify environment variable for ` docker run ` , use the ` -e ` option, e.g. ` -e SYNC_PERIOD_MINUTES=30 `
86
86
You can’t perform that action at this time.
0 commit comments