This commit is contained in:
John Edwards 2023-11-29 22:16:49 +00:00
parent 9802ea3edd
commit da6155afc5
4 changed files with 11 additions and 3 deletions

View file

@ -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.)