Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix engine version require to use healthcheck.start_interval
Signed-off-by: Nicolas De Loof <[email protected]>
- Loading branch information
f414bf7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description:
I am encountering an issue with the start_interval parameter in
Docker Compose version 2.26.1.
It seems that the start_interval functionality is not working as expected in this version, whereas it functions properly in version2.24.5.
Docker Compose version v2.26.1
Problem:
When attempting to use the start_interval parameter in version 2.26.1, I consistently encounter errors. However, in version 2.24.5, the same configuration works without any issues.
Error Message:
Reference
Steps to Reproduce:
Expected Behavior:
The start_interval parameter should work consistently across different versions of Docker Compose. When specifying a start interval for a service, Docker Compose should honor this configuration and start the service accordingly.
f414bf7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fti-akumari can you please open an issue and not commenting the source code to describe your problem? It's easier for us to follow and track potential bugs
f414bf7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok