Commit a6ef840
Fix PostgreSQL health check pattern in startup script
- Change health check grep pattern from 'healthy' to '(healthy)'
- Resolves timeout issue where container was healthy but pattern didn't match
- Ensures proper detection of PostgreSQL container health status
Co-authored-by: Ona <no-reply@ona.com>1 parent f049b82 commit a6ef840
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments