From 5c2f9719a9d2e215a1134607c69eb5d4ed42bd16 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 19 Jan 2024 18:51:07 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 08afc88..8a3123a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ services: - ./quarantine:/quarantine tmpfs: - /tmp + deploy: + resources: + limits: + cpus: '0.50' # Limit to 50% of a CPU + memory: 512M # Limit to 512 megabytes ``` Put this container in the crontab