Skip to content

Commit 3a6a7f3

Browse files
author
Vladimir Kotal
committed
AVOID_PROJECTS is not set by default
1 parent d2f093d commit 3a6a7f3

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
@@ -80,7 +80,7 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
8080
`NOMIRROR` | empty | To avoid the mirroring step, set the variable to non-empty value.
8181
`URL_ROOT` | `/` | Override the sub-URL that OpenGrok should run on.
8282
`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.
8484

8585
To specify environment variable for `docker run`, use the `-e` option, e.g. `-e SYNC_PERIOD_MINUTES=30`
8686

0 commit comments

Comments
 (0)