Added 27015/tcp for RCON

This commit is contained in:
Knut Ahlers 2014-12-14 16:31:25 +01:00
parent eab6319dbb
commit be1a98b79e
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ ADD ./update.sh $SERVER/update.sh
ADD ./tf.sh $SERVER/tf.sh
RUN $SERVER/update.sh
EXPOSE 27015/udp
EXPOSE 27015/udp 27015
ENTRYPOINT ["/home/tf2/hlserver/tf.sh"]
CMD ["+sv_pure", "1", "+mapcycle", "mapcycle_quickplay_payload.txt", "+map", "pl_badwater", "+maxplayers", "24"]

View file

@ -22,3 +22,4 @@ docker run -d -p 27015:27015/udp ruippeixotog/tf2-server +sv_pure 2 +map \
## Ports
* **27015/udp** - The main connection port, allowing clients to connect.
* **27015/tcp** - RCON port to manage server using admin tools