From 873d86078995344deaba8a48de956a5d6c7e592c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 1 Oct 2025 09:41:24 +0200 Subject: [PATCH] feat: back to no memory config --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 655404a..f0f403b 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -25,7 +25,7 @@ log_options: max-size: "5m" max-file: "3" - memory: "768M" + memory: "0" paused: "no" privileged: "no" pull: "always"