mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update entrypoint.sh
This commit is contained in:
parent
1c03ec140d
commit
db6a14b5a1
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