Add support for Game Login Tokens from https://steamcommunity.com/dev/managegameservers
This commit is contained in:
parent
9802ea3edd
commit
da6155afc5
4 changed files with 11 additions and 3 deletions
|
@ -5,6 +5,7 @@ services:
|
|||
container_name: cs2-dedicated
|
||||
environment:
|
||||
# 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_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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue