update Dockerfile to better indicate ports

This commit is contained in:
Brett Caswell 2020-02-26 18:12:38 -06:00
parent 644923e466
commit 59a8fc1cee

View file

@ -65,10 +65,16 @@ USER steam
WORKDIR /home/steam/hlds WORKDIR /home/steam/hlds
# VAC, HLDS, RCON, HLTV # VAC Service
EXPOSE 26900 EXPOSE 26900
EXPOSE 27016/udp
# HLDS
EXPOSE 27016 EXPOSE 27016
# HLDS RCON
EXPOSE 27016/udp
# HLTV
EXPOSE 27020 EXPOSE 27020
# ENTRYPOINT ["/bin/bash"] # ENTRYPOINT ["/bin/bash"]