Added support for TV client password

This commit is contained in:
John Edwards 2023-10-27 09:26:43 +01:00
parent f08a442857
commit cc3d4ddce4
5 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,7 @@ services:
- TV_AUTORECORD=0 # Automatically records all games as CSTV demos: 0=off, 1=on.
- TV_ENABLE=1 # Activates CSTV on server: 0=off, 1=on.
- TV_PORT=27020 # Host SourceTV port
- TV_PW=changeme # CSTV password for clients
- TV_RELAY_PW=changeme # CSTV password for relay proxies
volumes:
- cs2:/home/steam/cs2-dedicated/ # (Change /mnt/cs2 according to your volume location)