mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
Update entrypoint.sh
This commit is contained in:
parent
4859ed5e58
commit
417a74a6ad
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ echo "EXTERNAL_NODE_IP is set to: $PUBLIC_NODE_IP"
|
|||
if [ -n "$PUBLIC_NODE_IP" ]; then
|
||||
NAT_FLAG="--nat=extip:$PUBLIC_NODE_IP"
|
||||
else
|
||||
NAT_FLAG="--nat=none"
|
||||
NAT_FLAG="--nat=any"
|
||||
fi
|
||||
|
||||
# (Optional) Echo the values for verification
|
||||
|
|
|
|||
Loading…
Reference in a new issue