diff --git a/services/wordpress.hcl b/services/wordpress.hcl index a32b638..956f21f 100644 --- a/services/wordpress.hcl +++ b/services/wordpress.hcl @@ -75,10 +75,10 @@ job "wordpress" { port = "http" path = "/wp-admin/install.php" interval = "10s" - timeout = "2s" + timeout = "3s" check_restart { - limit = 3 + limit = 5 grace = "60s" } }