balena-io-experimental / browser

A drop-in web browser block
101 stars 80 forks source link

Auto restart browser #145

Closed tnagels closed 2 months 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 1 year ago

Hello, @tnagels do you tried to add

restart: always

in your docker-compose ?

phil-d-wilson commented 2 months ago

@MiroYld has the correct suggestion. I'll close this as solved.