Skip to content

Commit 9df43c2

Browse files
authored
Merge branch 'master' into gridhost
2 parents 517bb3b + e0c7490 commit 9df43c2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

NodeBase/Dockerfile.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ ENV DISPLAY :99.0
9191
ENV NODE_MAX_INSTANCES 1
9292
# As integer, maps to "maxSession"
9393
ENV NODE_MAX_SESSION 1
94+
# As address, maps to "host"
95+
ENV NODE_HOST 0.0.0.0
9496
# As integer, maps to "port"
9597
ENV NODE_PORT 5555
9698
# In milliseconds, maps to "registerCycle"

NodeChrome/generate_config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cat <<_EOF
1515
],
1616
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
1717
"maxSession": $NODE_MAX_SESSION,
18+
"host": $NODE_HOST,
1819
"port": $NODE_PORT,
1920
"register": true,
2021
"registerCycle": $NODE_REGISTER_CYCLE,

NodeFirefox/generate_config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cat <<_EOF
2323
],
2424
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
2525
"maxSession": $NODE_MAX_SESSION,
26+
"host": $NODE_HOST,
2627
"port": $NODE_PORT,
2728
"register": true,
2829
"registerCycle": $NODE_REGISTER_CYCLE,

0 commit comments

Comments
 (0)