We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bcba0b + 32eb00a commit 2a3df56Copy full SHA for 2a3df56
Hub/Dockerfile.txt
@@ -22,6 +22,8 @@ ENV GRID_BROWSER_TIMEOUT 0
22
ENV GRID_TIMEOUT 30
23
# Debug
24
ENV GRID_DEBUG false
25
+# As integer, maps to "port"
26
+ENV GRID_HUB_PORT 4444
27
28
COPY generate_config \
29
entry_point.sh \
Hub/generate_config
@@ -3,7 +3,7 @@
3
cat <<_EOF
4
{
5
"host": null,
6
- "port": 4444,
+ "port": $GRID_HUB_PORT,
7
"role": "hub",
8
"maxSession": $GRID_MAX_SESSION,
9
"newSessionWaitTimeout": $GRID_NEW_SESSION_WAIT_TIMEOUT,
0 commit comments