Is your feature request related to a problem?
Some of us use docker to run the node.
When power recycles (some of us live in countries where the outages/cuts are more regular than the sunshine) node doesn't function.
Until you go and see the dashboard/logs.
Describe the solution you'd like
When power recycles node restarts.
Additional context
Possible fix, (it works)
docker-compose.yaml
`version: '3.9'
Is your feature request related to a problem? Some of us use docker to run the node. When power recycles (some of us live in countries where the outages/cuts are more regular than the sunshine) node doesn't function. Until you go and see the dashboard/logs.
Describe the solution you'd like When power recycles node restarts.
Additional context Possible fix, (it works) docker-compose.yaml `version: '3.9'
services: snapshotter-lite: image: ghcr.io/powerloom/snapshotter-lite:${IMAGE_TAG} volumes:
command:
["daemon", "--migrate=true", "--agent-version-suffix=docker"]
restart: on-failure `