Im using docker version 20.10.8 and docker-compose version 1.29.2, How can i make containers restart automaticly when they are stuck? Of cours from the outside container looks up and runing but the service inside got stuck
they way i know is i see no curl reach containers and no new logs are wriiten, until i restart.
i got 2 containers with guacd + apace guacamole and PostgreSQL:12 container that got stuck because of large query.
How can i make it automatic? they all set to restart: always
in docker-compose.yaml
but because it doest see container down it just stay stuck until i manually restart them.
Thanks.