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