I am trying to understand how the start_period
works with Docker Compose. If we have the following as a Healthcheck:
--start-period=60s --retries=2
Does that mean that Docker Swarm will try twice, each time wait 60 sec before considering the container Unhealthy?
Thank you.