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 c8a8d1c commit e619f88Copy full SHA for e619f88
game/Dockerfile
@@ -23,6 +23,6 @@ EXPOSE 12000
23
# Start SC2 with API listen port
24
ENTRYPOINT [ "/SC2/3.16.1/StarCraftII/Versions/Base55958/SC2_x64", \
25
"-listen", \
26
- "127.0.0.1", \
+ "0.0.0.0", \
27
"-port", \
28
"12000" ]
0 commit comments