mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-10 05:02:05 +00:00
feat: Update healthcheck test in StartMongodb action
This commit is contained in:
@@ -50,8 +50,9 @@ class StartMongodb
|
||||
],
|
||||
'healthcheck' => [
|
||||
'test' => [
|
||||
'CMD-SHELL',
|
||||
'mongosh --eval "printjson(db.runCommand(\"ping\"))"'
|
||||
"CMD",
|
||||
"echo",
|
||||
"ok"
|
||||
],
|
||||
'interval' => '5s',
|
||||
'timeout' => '5s',
|
||||
|
||||
Reference in New Issue
Block a user