From 0a869b40b0fa9bb6fa380b7dbeb6a18d49850b25 Mon Sep 17 00:00:00 2001 From: kant777 <61204489+kant777@users.noreply.github.com> Date: Sat, 13 Jan 2024 03:24:21 -0800 Subject: [PATCH] Update entrypoint.sh --- geth-poa/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geth-poa/entrypoint.sh b/geth-poa/entrypoint.sh index 37bfce41bc..bd75afab9e 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -45,9 +45,9 @@ fi NODE_IP=${NODE_IP:-$(hostname -i)} if [ -n "$PUBLIC_NODE_IP" ]; then - NAT_FLAG="--nat extip:$PUBLIC_NODE_IP" + NAT_FLAG="--nat=extip:$PUBLIC_NODE_IP" else - NAT_FLAG="--nat none" + NAT_FLAG="--nat=none" fi