Skip to content

Commit c9b24cb

Browse files
committed
fix(doc): update readme to reflect new minimum storage requirements
1 parent f43f7df commit c9b24cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or using docker-compose, see [examples](https://github.com/joedwards32/CS2/blob/
3131
$ docker compose --file examples/docker-compose.yml up -d cs2-server
3232
```
3333

34-
You must have at least **40GB** of free disk space! See [System Requirements](./#system-requirements).
34+
You must have at least **50GB** of free disk space! See [System Requirements](./#system-requirements).
3535

3636
**The container will automatically update the game on startup, so if there is a game update just restart the container.**
3737

@@ -43,7 +43,7 @@ Minimum system requirements are:
4343

4444
* 2 CPUs
4545
* 2GiB RAM
46-
* 40GB of disk space for the container or mounted as a persistent volume on `/home/steam/cs2-dedicated/`
46+
* 50GB of disk space for the container or mounted as a persistent volume on `/home/steam/cs2-dedicated/`
4747

4848
## Environment Variables
4949
Feel free to overwrite these environment variables, using -e (--env):

0 commit comments

Comments
 (0)