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
I think it's mainly due to the fact the compose specificiation doesn't have any way to specify an action when the container is unhealthy
Regardless it would be helpful to have something to automatically restart containers based on their health. Either in the compose file or an external service
On Docker there's the docker-autoheal but it uses the docker socket
Hello ,
Seems it is not possible to setup option '--health-on-failure' via podman-compose
podman run --replace -d --name test-container --health-cmd /healthcheck --health-on-failure=kill --health-retries=1 health-check-actions
The text was updated successfully, but these errors were encountered: