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 e0c7490 + 9df43c2 commit f299ab0Copy full SHA for f299ab0
Hub/Dockerfile.txt
@@ -24,7 +24,9 @@ ENV GRID_TIMEOUT 30
24
ENV GRID_DEBUG false
25
# As integer, maps to "port"
26
ENV GRID_HUB_PORT 4444
27
-
+# As string, maps to "host"
28
+ENV GRID_HUB_HOST "0.0.0.0"
29
+
30
COPY generate_config \
31
entry_point.sh \
32
/opt/bin/
Hub/generate_config
@@ -2,6 +2,7 @@
2
3
cat <<_EOF
4
{
5
+ "host": "$GRID_HUB_HOST",
6
"port": $GRID_HUB_PORT,
7
"role": "hub",
8
"maxSession": $GRID_MAX_SESSION,
0 commit comments