mirror of
https://github.com/luzifer-docker/docker-tf2-server.git
synced 2024-12-20 18:01:16 +00:00
Use map cycle
This commit is contained in:
parent
7749b41245
commit
7727d9a3b1
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ RUN $SERVER/update.sh
|
|||
EXPOSE 27015/udp
|
||||
|
||||
ENTRYPOINT ["/home/tf2/hlserver/tf.sh"]
|
||||
CMD ["+sv_pure", "1", "+map", "pl_badwater.bsp", "+maxplayers", "24"]
|
||||
CMD ["+sv_pure", "1", "+mapcycle", "mapcycle_quickplay_payload.txt", "+maxplayers", "24"]
|
||||
|
|
Loading…
Reference in a new issue