Open yoh1496 opened 4 years ago
How about append below lines to docker-compose.yml
# in personium service
volumes:
- personium-data:/personium_nfs/personium-core
# in volumes section
personium-data:
driver: local
Write to README.md
To keep blob data after stopping containers, add definition of
volumes
inpersonium
service.