Skip to content

Commit 2b0aff2

Browse files
authored
Docker: Add default value for env var SE_NODE_GRID_URL (#2876)
1 parent 3c1453e commit 2b0aff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NodeBase/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ENV LANG_WHICH=${LANG_WHICH} \
5757
SE_NODE_BROWSER_VERSION="stable" \
5858
SE_NODE_PLATFORM_NAME="Linux" \
5959
SE_NODE_DELETE_SESSION_ON_UI="true" \
60+
SE_NODE_GRID_URL="http://localhost:4444" \
6061
#============================
6162
# Some configuration options
6263
#============================

0 commit comments

Comments
 (0)