Switch to anonymous logins

This commit is contained in:
John Edwards 2023-11-07 11:59:58 +00:00
parent e26f942fb2
commit a9f9ccbadb
4 changed files with 1 additions and 20 deletions

View file

@ -4,10 +4,6 @@ services:
image: joedwards32/cs2
container_name: cs2-dedicated
environment:
# SteamCMD
- STEAMUSER=changeme # (Steam User for SteamCMD.)
- STEAMPASS=changeme # (Password for Steam User.)
- STEAMGUARD # (Optional, Steam Guard key if enabled. Use your most recent Steam Guard key.)
# 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)