Skip to content

Commit 40feb2c

Browse files
authored
Merge pull request #171 from BramSuurdje/patch-1
update size requirement from 50GB to 60GB
2 parents d716d83 + 4654162 commit 40feb2c

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 **50GB** of free disk space! See [System Requirements](./#system-requirements).
34+
You must have at least **60GB** 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-
* 50GB of disk space for the container or mounted as a persistent volume on `/home/steam/cs2-dedicated/`
46+
* 60GB of disk space for the container or mounted as a persistent volume on `/home/steam/cs2-dedicated/`
4747
* Note: More space may be required if you plan to install mods
4848

4949
## Environment Variables

0 commit comments

Comments
 (0)