Add support for enabling/disabling cheats
This commit is contained in:
parent
30fb7aa77d
commit
af5c45a01e
5 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@ services:
|
|||
# Server configuration
|
||||
- SRCDS_TOKEN # Game Server Token from https://steamcommunity.com/dev/managegameservers
|
||||
- CS2_SERVERNAME=changeme # (Set the visible name for your private server)
|
||||
- CS2_CHEATS=0 # (0 - disable cheats, 1 - enable cheats)
|
||||
- CS2_PORT=27015 # (CS2 server listen port tcp_udp)
|
||||
- CS2_RCON_PORT # (Optional, use a simple TCP proxy to have RCON listen on an alternative port. Useful for services like AWS Fargate which do not support mixed protocol ports.)
|
||||
- CS2_LAN=0 # (0 - LAN mode disabled, 1 - LAN Mode enabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue