From 613a853a9e1bb559f18c3abb13565355bd7a7372 Mon Sep 17 00:00:00 2001 From: Luigi Oliveira Date: Wed, 21 Jun 2023 00:03:40 -0300 Subject: [PATCH] chore: temp removing container limits for testing --- containers/gameserver.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/gameserver.yaml b/containers/gameserver.yaml index 19dd386..fc86236 100644 --- a/containers/gameserver.yaml +++ b/containers/gameserver.yaml @@ -2,8 +2,8 @@ version: "3.8" services: csgoretake: image: timche/csgo - mem_limit: 2048m - cpus: 2 + #mem_limit: 2048m + #cpus: 2 environment: - CSGO_WS_API_KEY #Portainer - CSGO_MAP="de_mirage"