I am trying to setup data persistence in startFabric example, hyperledger fabric 1.4.2
I set live-restore: true
in daemon.json
and
volumes:
- /var/hyperledger/couchdb0:/opt/couchdb/data
in docker-compose-couch.yaml
After I restart docker service it works, but when I reboot server all containers have status exited with code 255. However if I restart containers manually using command docker restart container_id, it works again.