Skip to content

Commit 29c205c

Browse files
author
Vladimir Kotal
authored
fix SYNC_TIME_MINUTES
1 parent 8b10327 commit 29c205c

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
@@ -75,7 +75,7 @@ The volume mounted to `/opengrok/src` should contain the projects you want to ma
7575

7676
| Docker Environment Var. | Default value | Description |
7777
| ----------------------- | ------------- | ----------- |
78-
`SYNC_PERIOD_MINUTES` | 10 | Period of automatic synchronization (i.e. mirroring + reindexing) in minutes. Setting to `0` will disable automatic syncing.
78+
`SYNC_TIME_MINUTES` | 10 | Period of automatic synchronization (i.e. mirroring + reindexing) in minutes. Setting to `0` will disable automatic syncing.
7979
`INDEXER_OPT` | empty | pass **extra** options to OpenGrok Indexer. The default set of indexer options is: `--remote on -P -H -W`. 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
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.

0 commit comments

Comments
 (0)