From 417a74a6ad1b528c50c9bed4e80ae066af08efdc Mon Sep 17 00:00:00 2001 From: kant777 <61204489+kant777@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:13:53 -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 4894acf9f1..ce627caeb0 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=none" + NAT_FLAG="--nat=any" fi # (Optional) Echo the values for verification