Commit 18615b2
committed
scripts: fix run_regtest.sh electrs panic
By default electrs serves Prometheus metrics on 127.0.0.1:24224 for
regtest. Because we run two electrs containers one always panic
because the port is alrady in use. This commit configures one of the two
electrs servers to serve metrics on 24225 instead to avoid the crash.1 parent 0c82d7b commit 18615b2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments