Merge pull request #1933 from gionatamettifogo/patch-1

Update stirling-pdf.yaml
This commit is contained in:
Andras Bacsai 2024-04-08 13:32:55 +02:00 committed by GitHub
commit d1cde123dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,3 +15,8 @@ services:
environment:
- SERVICE_FQDN_SPDF_8080
- DOCKER_ENABLE_SECURITY=false
healthcheck:
test: 'curl --fail -I http://localhost:8080 || exit 1'
interval: 5s
timeout: 20s
retries: 10