Recreate images on reboot

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

hey @rinto unfortunately this is not configurable. As you say, you could modify your application on startup to restart all services using the supervisor API.