Remove ressources limits and change restart to always

This commit is contained in:
2026-08-02 16:01:34 +02:00
parent 2f175a4011
commit 6ab3ef70db
+1 -3
View File
@@ -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
restart: always