fix(template): gotenberg healthcheck, use /health instead of /version
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user