From a77b88cb1baa39e46d92577493d621943f000a4e Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 2 Aug 2026 16:24:03 +0200 Subject: [PATCH] Set no limits for cpus --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0294065..c4fe65e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,10 @@ services: stirling-pdf: container_name: Stirling-PDF image: stirlingtools/stirling-pdf + deploy: + resources: + limits: + cpus: '0' security_opt: - no-new-privileges:true healthcheck: