Update entrypoint.sh

This commit is contained in:
kant777 2024-01-19 11:13:53 -08:00 committed by GitHub
parent 4859ed5e58
commit 417a74a6ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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