balena-io-experimental / browser

A drop-in web browser block
96 stars 70 forks source link

Auto restart browser #145

Open tnagels opened 1 year ago

tnagels commented 1 year ago

Right now it is possible to close the browser using ALT+F4 or CTRL+w. It would be great to have server.js check if chromium is still running and trigger a restart when it closes.

MiroYld commented 8 months ago

Hello, @tnagels do you tried to add

restart: always

in your docker-compose ?