Disable server hibernation by default as this has been observed to cause server crashes
This commit is contained in:
parent
30fb7aa77d
commit
7b65096143
5 changed files with 33 additions and 26 deletions
|
@ -8,6 +8,7 @@ services:
|
|||
- SRCDS_TOKEN # Game Server Token from https://steamcommunity.com/dev/managegameservers
|
||||
- CS2_SERVERNAME=changeme # (Set the visible name for your private server)
|
||||
- CS2_PORT=27015 # (CS2 server listen port tcp_udp)
|
||||
- CS2_SERVER_HIBERNATE=0 # (Put server in a low CPU state when there are no players. 0 - hibernation disabled, 1 - hibernation enabled)
|
||||
- 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)
|
||||
- CS2_RCONPW=changeme # (RCON password)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue