From 7c6a027a9200c7f458020a40810441322619de8a Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Fri, 4 Jul 2025 22:42:32 +0700 Subject: [PATCH] Docker: Add default value for env var `SE_NODE_GRID_URL` Signed-off-by: Viet Nguyen Duc --- NodeBase/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/NodeBase/Dockerfile b/NodeBase/Dockerfile index a1e7c611cd..eb8cb02e72 100644 --- a/NodeBase/Dockerfile +++ b/NodeBase/Dockerfile @@ -57,6 +57,7 @@ ENV LANG_WHICH=${LANG_WHICH} \ SE_NODE_BROWSER_VERSION="stable" \ SE_NODE_PLATFORM_NAME="Linux" \ SE_NODE_DELETE_SESSION_ON_UI="true" \ + SE_NODE_GRID_URL="http://localhost:4444" \ #============================ # Some configuration options #============================