Disable server hibernation by default as this has been observed to cause server crashes
This commit is contained in:
parent
30fb7aa77d
commit
7b65096143
5 changed files with 33 additions and 26 deletions
|
@ -40,6 +40,7 @@ FROM build_stage AS bullseye-base
|
|||
|
||||
ENV CS2_SERVERNAME="cs2 private server" \
|
||||
CS2_IP=0.0.0.0 \
|
||||
CS2_SERVER_HIBERNATE=0 \
|
||||
CS2_PORT=27015 \
|
||||
CS2_RCON_PORT="" \
|
||||
CS2_MAXPLAYERS=10 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue