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
Copy file name to clipboardExpand all lines: docker/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The container is available from DockerHub at https://hub.docker.com/r/opengrok/d
16
16
This image is simple wrapper around OpenGrok environment. It is basically a small appliance. The indexer and the web container are **not** tuned for large workloads.
17
17
18
18
If you happen to have one of the following:
19
+
19
20
- large source data (e.g. [AOSP](https://en.wikipedia.org/wiki/Android_Open_Source_Project) or the like)
20
21
- stable service
21
22
- Source Code Management systems not supported in the image (e.g. Perforce,
@@ -103,7 +104,9 @@ services:
103
104
REINDEX: '60'
104
105
# Volumes store your data between container upgrades
0 commit comments