Commit 1388612
fix(mongo): mongo start waiting forever for old mongo versions (#783)
Old versions of Mongo, like 3.6, log the message "waiting for
connections [...]", with a lowercase 'w', while newer versions log the
message with uppercase 'W'. This commit makes the log search when
starting the container case insensitive.
Co-authored-by: Roy Moore <[email protected]>1 parent e6b976d commit 1388612
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
0 commit comments