ethersphere / bee-clef

bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
GNU General Public License v3.0
79 stars 50 forks source link

Failed to open master, rules disabled #46

Closed EysaDun closed 3 years ago

EysaDun commented 3 years ago

clef container shows this log: Failed to open master, rules disabled err="failed stat on /app/data/masterseed.json: stat /app/data/masterseed.json: no such file or directory

I installed bee and clef by docker-compose: version: "3"

services: clef-01: image: ethersphere/clef:0.5.0 restart: unless-stopped environment:

see the clef-01 volumes: volumes:

vandot commented 3 years ago

@EysaDun probably you have some folder permission issues, can you please try with a default docker-compose.yaml?

EysaDun commented 3 years ago

@EysaDun probably you have some folder permission issues, can you please try with a default docker-compose.yaml?

OK,issue resovled by use volumes, don't use dir for data storage.