stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

BNS enabled by default #72

Closed criadoperez closed 2 years ago

criadoperez commented 2 years ago

According to README.MD file here lines 73-75:

By default:

- BNS data is **not** enabled/imported
  - To enable, uncomment `# BNS_IMPORT_DIR=/bns-data` in `./env`

However in the sample.env file the line is already uncommented. This is causing that the if you follow the steps of the readme file, the API container doesn't launch.

Depending on what default behavior is desired, we should either comment the line from sample.env or change the documentation. I'll summit a PR assuming its the first case.