Skip to content

Commit 0becda7

Browse files
Add Node Host env variable
Add Node Host env variable (defaults to 0.0.0.0 address)
1 parent eb6fcbe commit 0becda7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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"

0 commit comments

Comments
 (0)