Update entrypoint.sh

This commit is contained in:
kant777 2024-01-20 00:06:34 -08:00 committed by GitHub
parent 417a74a6ad
commit 4390d07b67
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=any"
NAT_FLAG="--nat=none"
fi
# (Optional) Echo the values for verification