File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ ENV DISPLAY :99.0
91
91
ENV NODE_MAX_INSTANCES 1
92
92
# As integer, maps to "maxSession"
93
93
ENV NODE_MAX_SESSION 1
94
+ # As address, maps to "host"
95
+ ENV NODE_HOST 0.0.0.0
94
96
# As integer, maps to "port"
95
97
ENV NODE_PORT 5555
96
98
# In milliseconds, maps to "registerCycle"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ cat <<_EOF
15
15
],
16
16
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
17
17
"maxSession": $NODE_MAX_SESSION ,
18
+ "host": $NODE_HOST ,
18
19
"port": $NODE_PORT ,
19
20
"register": true,
20
21
"registerCycle": $NODE_REGISTER_CYCLE ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ cat <<_EOF
23
23
],
24
24
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
25
25
"maxSession": $NODE_MAX_SESSION ,
26
+ "host": $NODE_HOST ,
26
27
"port": $NODE_PORT ,
27
28
"register": true,
28
29
"registerCycle": $NODE_REGISTER_CYCLE ,
You can’t perform that action at this time.
0 commit comments