Updated documentation to recomment published ports and remove references to SteamCMD authentication

This commit is contained in:
John Edwards 2023-11-07 12:08:31 +00:00
parent 8c540a4668
commit 3a0dab3244
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,6 @@ services:
environment:
# Server configuration
- CS2_SERVERNAME=changeme # (Set the visible name for your private server)
- CS2_IP=0.0.0.0 # (CS2 server listening IP address, 0.0.0.0 - all IP addresses on the local machine, empty - IP identified automatically)
- 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)