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
or using docker-compose, see [examples](https://github.com/joedwards32/CS2/blob/main/examples/docker-compose.yml):
@@ -61,6 +61,8 @@ CS2_MAXPLAYERS=10 (Max players)
61
61
CS2_ADDITIONAL_ARGS="" (Optional additional arguments to pass into cs2)
62
62
```
63
63
64
+
**Note:** When using `CS2_RCON_PORT` don't forget to map the port chosen with TCP protocol (e.g., add `-p 27050:27050/tcp` on the `docker run` command or add the port to the `docker-compose.yml` file).
0 commit comments