diff --git a/geth/geth-entrypoint b/geth/geth-entrypoint index 3f8fd36..8d09e4f 100755 --- a/geth/geth-entrypoint +++ b/geth/geth-entrypoint @@ -38,7 +38,7 @@ if [ "${OP_GETH_BOOTNODES+x}" = x ]; then ADDITIONAL_ARGS="$ADDITIONAL_ARGS --bootnodes=$OP_GETH_BOOTNODES" fi -if [ "${HOST_IP:+x}" = x]; then +if [ "${HOST_IP:+x}" = x ]; then ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP" fi