mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 15:33:47 +00:00
Update entrypoint.sh
This commit is contained in:
parent
bca8f13241
commit
0a869b40b0
1 changed files with 2 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ fi
|
||||||
NODE_IP=${NODE_IP:-$(hostname -i)}
|
NODE_IP=${NODE_IP:-$(hostname -i)}
|
||||||
|
|
||||||
if [ -n "$PUBLIC_NODE_IP" ]; then
|
if [ -n "$PUBLIC_NODE_IP" ]; then
|
||||||
NAT_FLAG="--nat extip:$PUBLIC_NODE_IP"
|
NAT_FLAG="--nat=extip:$PUBLIC_NODE_IP"
|
||||||
else
|
else
|
||||||
NAT_FLAG="--nat none"
|
NAT_FLAG="--nat=none"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue