ExocoreNetwork / exocore

5 stars 9 forks source link

fix(docker-compose): fix bugs about docker-compose not starting cluster #40

Closed trestinlsd closed 2 months ago

trestinlsd commented 2 months ago

Description

Update available node IPs and fix other bugs

cloud8little commented 2 months ago

Test fail:

5bcd6593ff320a727d86e54070f2aaf

trestinlsd commented 2 months ago

Because the Docker has set the user exocore to operate the mapped file directory, corresponding Host permissions are also required. Set read and write permissions for this folder and its subfolders:chown -R exocore:exocore build/.testnets/ Ensure that this new user has read and write permissions:chmod -R 775 build/.testnets/

cloud8little commented 2 months ago

Test passed. start the docker successfully.

1f2343451625d53721b4304de0e7b8d