mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2025-03-03 15:41:06 +00:00
update Dockerfile to better indicate ports
This commit is contained in:
parent
644923e466
commit
59a8fc1cee
1 changed files with 8 additions and 2 deletions
10
Dockerfile
10
Dockerfile
|
@ -65,10 +65,16 @@ USER steam
|
|||
|
||||
WORKDIR /home/steam/hlds
|
||||
|
||||
# VAC, HLDS, RCON, HLTV
|
||||
# VAC Service
|
||||
EXPOSE 26900
|
||||
EXPOSE 27016/udp
|
||||
|
||||
# HLDS
|
||||
EXPOSE 27016
|
||||
|
||||
# HLDS RCON
|
||||
EXPOSE 27016/udp
|
||||
|
||||
# HLTV
|
||||
EXPOSE 27020
|
||||
|
||||
# ENTRYPOINT ["/bin/bash"]
|
||||
|
|
Loading…
Reference in a new issue