File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,12 @@ ping:
150150
151151` ` `
152152
153+ How To Use Healthcheck In Docker
154+ ----------------------------------
155+ ` ` ` dockerfile
156+ HEALTHCHECK --start-period=15s --interval=5s --timeout=3s --retries=3 CMD curl -sS {{your host}}/health || exit 1
157+ ` ` `
158+
153159[master Build Status] : https://github.com/macpaw/symfony-health-check-bundle/actions?query=workflow%3ACI+branch%3Amaster
154160[master Build Status Image] : https://github.com/macpaw/symfony-health-check-bundle/workflows/CI/badge.svg?branch=master
155161[develop Build Status] : https://github.com/macpaw/symfony-health-check-bundle/actions?query=workflow%3ACI+branch%3Adevelop
Original file line number Diff line number Diff line change @@ -113,4 +113,6 @@ class StatusUpCheck implements CheckInterface
113113}
114114```
115115
116-
116+ Step 4: Remove Custom Error library
117+ ----------------------------------
118+ Remove custom error in handler https://github.com/MacPaw/symfony-health-check-bundle/tree/v0.8.0/src/Exception
You can’t perform that action at this time.
0 commit comments