Commit f04d4fa
EchoBT
fix: use container name for challenge endpoint instead of 127.0.0.1
When validator runs in Docker, it cannot reach 127.0.0.1 on the host.
Use container name (e.g., challenge-term-challenge:8080) which works
via Docker DNS when both containers are on the same network.1 parent 8abeda7 commit f04d4fa
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
353 | 355 | | |
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| 359 | + | |
357 | 360 | | |
358 | 361 | | |
359 | 362 | | |
| |||
0 commit comments