Skip to content

Commit e619f88

Browse files
committed
Changing listen address to INADDR_ANY (0.0.0.0)
1 parent c8a8d1c commit e619f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ EXPOSE 12000
2323
# Start SC2 with API listen port
2424
ENTRYPOINT [ "/SC2/3.16.1/StarCraftII/Versions/Base55958/SC2_x64", \
2525
"-listen", \
26-
"127.0.0.1", \
26+
"0.0.0.0", \
2727
"-port", \
2828
"12000" ]

0 commit comments

Comments
 (0)