Commit 49ef9c0
authored
The app binds to the container interface (e.g. 172.x.x.x) rather than
127.0.0.1. Healthcheck against localhost fails inside the container.
Change: probe container IP via `hostname -i`, force IPv4 (-4),
and increase start_period/retries to avoid startup flakiness.
Refs #100.
1 parent 2963528 commit 49ef9c0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
0 commit comments