mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
fix: use long form for curl -f to be explicit
This commit is contained in:
parent
b5dda19a34
commit
06b7d196af
@ -22,7 +22,7 @@ To enable zero-downtime,
|
||||
"Test": [
|
||||
"CMD",
|
||||
"curl",
|
||||
"-f",
|
||||
"--fail",
|
||||
"http://127.0.0.1:3000/api/health"
|
||||
],
|
||||
"Interval": 30000000000,
|
||||
@ -76,7 +76,7 @@ To configure health checks for zero downtime.
|
||||
"Test": [
|
||||
"CMD",
|
||||
"curl",
|
||||
"-f",
|
||||
"--fail",
|
||||
"http://localhost:3000/health"
|
||||
],
|
||||
"Interval": 30000000000,
|
||||
|
Loading…
Reference in New Issue
Block a user