geth: respect HOST_IP env; remove override that broke --nat=extip
The entrypoint hard-set HOST_IP="" which overwrote any environment-provided value. As a result, the conditional that appends --nat=extip:$HOST_IP never executed, making it impossible to advertise a public IP even when HOST_IP was supplied via env. This fixes the issue by removing the overriding assignment and adding a clarifying comment to set HOST_IP via environment. Now, when HOST_IP is non-empty, --nat=extip is correctly applied; when unset/empty, it’s omitted.
🟡 Heimdall Review Status
| Requirement | Status | More Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reviews |
🟡
0/1
|
Denominator calculation
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This pull request was closed because it has been inactive for 5 days since being marked as stale.