You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/applications/managing-app-configuration.md
+40-72Lines changed: 40 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,28 +106,20 @@ zero is considered a pass, while a non-zero status code is considered a fail.
106
106
healthy if the check can establish a connection. `tcpSocket` probes accept a port number to perform
107
107
the socket connection on the Container.
108
108
109
-
Health checks can be configured on a per-proctype basis for each application using `drycc healthchecks:set`. If no type is mentioned then the health checks are applied to default proc types, web or cmd, whichever is present. To
109
+
Health checks can be configured on a per-proctype basis for each application using `drycc healthchecks:set`. If no type is mentioned then the health checks are applied to default proc type web, whichever is present. To
0 commit comments