TeamHG-Memex/aquarium

How to restart haproxy automatically on error?

nehakansal opened this issue · 0 comments

I am trying to get docker to restart haproxy if it goes down for some reason - I added "restart: always" to haproxy in docker-compose.yml (just like the splash setting in docker-compose.yml), but that doesnt seem to be working for haproxy. splash and tor restart but haproxy does not. Any clues why? And is a there a reason why "restart:" setting wasnt provided for haproxy by default when aquarium is installed? Thanks.