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.
1 parent eb6fcbe commit 0becda7Copy full SHA for 0becda7
NodeBase/Dockerfile.txt
@@ -91,6 +91,8 @@ ENV DISPLAY :99.0
91
ENV NODE_MAX_INSTANCES 1
92
# As integer, maps to "maxSession"
93
ENV NODE_MAX_SESSION 1
94
+# As address, maps to "host"
95
+ENV NODE_HOST 0.0.0.0
96
# As integer, maps to "port"
97
ENV NODE_PORT 5555
98
# In milliseconds, maps to "registerCycle"
0 commit comments