Hey! Is there an ability to on reboot always recreate the images instead of just unpausing them?
I now about the request to the supervisor to restart all services, but then I would have to implement my own logic about when to call this service. Basically when killing the device I want docker compose down instead of docker compose stop.
Kind regards