mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 00:53:46 +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)}
|
||||
|
||||
if [ -n "$PUBLIC_NODE_IP" ]; then
|
||||
NAT_FLAG="--nat extip:$PUBLIC_NODE_IP"
|
||||
NAT_FLAG="--nat=extip:$PUBLIC_NODE_IP"
|
||||
else
|
||||
NAT_FLAG="--nat none"
|
||||
NAT_FLAG="--nat=none"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue