Disable server hibernation by default as this has been observed to cause server crashes

This commit is contained in:
John Edwards 2023-12-17 16:39:54 +00:00
parent 30fb7aa77d
commit 7b65096143
5 changed files with 33 additions and 26 deletions

View file

@ -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 \