From 6ab3ef70dbc6b72ecb87b8dadbd1d93fd04555c6 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 2 Aug 2026 16:01:34 +0200 Subject: [PATCH] Remove ressources limits and change restart to always --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0f473f0..7a722f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,6 @@ services: stirling-pdf: container_name: Stirling-PDF image: stirlingtools/stirling-pdf - mem_limit: 4g - cpu_shares: 1024 security_opt: - no-new-privileges:true healthcheck: @@ -32,4 +30,4 @@ services: SYSTEM_MAXFILESIZE: 5000 # Set the maximum file size in MB METRICS_ENABLED: true SYSTEM_GOOGLEVISIBILITY: false # or true - restart: on-failure:5 \ No newline at end of file + restart: always \ No newline at end of file