Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
kant777 authored Jan 19, 2024
1 parent 4859ed5 commit 417a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 417a74a

Please sign in to comment.