Merge pull request #4833 from nktnet1/gotenberg-template-fix

fix: gotenberg template healthcheck
This commit is contained in:
🏔️ Peak 2025-01-15 20:42:10 +01:00 committed by GitHub
commit 6b1a26a1fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ services:
#"--chromium-auto-start"
]
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/version"]
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/health"]
interval: 5s
timeout: 20s
retries: 10