mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Update entrypoint.sh
This commit is contained in:
parent
25f99f536b
commit
4ed0956556
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