fix(template): gotenberg healthcheck, use /health instead of /version
This commit is contained in:
parent
01eb54c2e7
commit
0903ed84b6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
#"--chromium-auto-start"
|
#"--chromium-auto-start"
|
||||||
]
|
]
|
||||||
healthcheck:
|
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
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue