Resolve #12 : expose UDP ports.

This commit is contained in:
TuRz4m 2016-07-07 16:35:42 +02:00
parent dcf915587f
commit 50db7b51b9

View file

@ -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