mirror of https://github.com/docker/docs.git
3 lines
324 B
Markdown
3 lines
324 B
Markdown
The `healthcheck` attribute declares a check that's run to determine whether or not the service containers are "healthy". It works in the same way, and has the same default values, as the HEALTHCHECK Dockerfile instruction
|
|
set by the service's Docker image. Your Compose file can override the values set in the Dockerfile.
|