Commit 331abcc
authored
fix: ready condition in ClickHouse (#441)
The ClickHouse dockerfile exposes several ports (8123, 9000, etc.). If
no port is specified in the `ready_conditions` the first exposed one is
chosen, which is non-deterministic. This means Clickhouse would fail to
start (from the testcontainer's point of view).
This PR explicitly adds the good port to the `ready_conditions` to fix
that.1 parent b60329c commit 331abcc
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
0 commit comments