From 4390d07b67fac0946260d55be0e38f97450c32bb Mon Sep 17 00:00:00 2001 From: kant777 <61204489+kant777@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:06:34 -0800 Subject: [PATCH] Update entrypoint.sh --- geth-poa/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth-poa/entrypoint.sh b/geth-poa/entrypoint.sh index ce627caeb0..4894acf9f1 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -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