Resolve #12 : expose UDP ports.
This commit is contained in:
parent
dcf915587f
commit
50db7b51b9
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ RUN mkdir /home/steam/steamcmd &&\
|
||||||
RUN /home/steam/steamcmd/steamcmd.sh +login anonymous +quit
|
RUN /home/steam/steamcmd/steamcmd.sh +login anonymous +quit
|
||||||
|
|
||||||
EXPOSE ${STEAMPORT} 32330 ${SERVERPORT}
|
EXPOSE ${STEAMPORT} 32330 ${SERVERPORT}
|
||||||
|
# Add UDP
|
||||||
|
EXPOSE ${STEAMPORT}/udp ${SERVERPORT}/udp
|
||||||
|
|
||||||
VOLUME /ark
|
VOLUME /ark
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue