You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,15 @@ Minimum system requirements are:
46
46
* 40GB of disk space for the container or mounted as a persistent volume on `/home/steam/cs2-dedicated/`
47
47
48
48
## Environment Variables
49
-
Feel free to overwrite these environment variables, using -e (--env):
49
+
Feel free to overwrite these environment variables, using -e (--env):
50
+
51
+
**Note:**`/` characters in Counter-Strike-related environment variables **must be escaped** as `\/` (e. g. `CS2_SERVERNAME="My Server 1\/3` will result in `My Server 1/3` in-game). Otherwise, this may cause unexpected behavior during configuration processing
50
52
51
53
### Server Configuration
52
54
53
55
```dockerfile
54
56
SRCDS_TOKEN="" (Game Server Token from https://steamcommunity.com/dev/managegameservers)
55
-
CS2_SERVERNAME="changeme" (Set the visible name for your private server)
57
+
CS2_SERVERNAME="changeme" (Set the visible name for your private server.)
0 commit comments