La 30.08.2023 11:00, Jacques Le Roux a scris:
Hi,

All demos are down (no processes running). I suspect a restart of the VM. I restart them all manually, wait 5 to 10 mins...

Jacques


Hello Jacques,

I presume you are talking about docker deployments.
Can I take a look at how they are deployed ?

I keep reading about them being down because of restarts or some other reason. I believe I can help. Docker has options to restart automatically: https://docs.docker.com/config/containers/start-containers-automatically/

I think adding `unless-stopped` restart policy should do it.
You can also go with `always`.

docker run -d --restart unless-stopped redis

Regards,
--
Eugen Stan

+40770 941 271  / https://www.netdava.com
begin:vcard
fn:Eugen Stan
n:Stan;Eugen
email;internet:eugen.s...@netdava.com
tel;cell:+40720898747
x-mozilla-html:FALSE
url:https://www.netdava.com
version:2.1
end:vcard

Reply via email to