Merge branch 'main' into 70-unable-to-set-sv_cheats-to-true-in-cs2-docker-container

This commit is contained in:
John Edwards 2024-01-01 17:03:19 +00:00
commit 79d9bca45a
5 changed files with 34 additions and 27 deletions

View file

@ -9,6 +9,7 @@ services:
- 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_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)