mirror of
https://github.com/luzifer-docker/docker-tf2-server.git
synced 2024-12-20 09:51:17 +00:00
Added 27015/tcp for RCON
This commit is contained in:
parent
eab6319dbb
commit
be1a98b79e
2 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue