We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NETWORK_ID=flare
running the Docker image results in a fatal error:
app/process/process.go#166: error initializing node: problem initializing networking: no validators defined for network
the command I used to run the image is:
docker run -d -p 9650:9650 -p 9651:9651 -v /data/flr/db:/app/db -v /data/flr/conf:/app/conf -v /data/flr/logs:/app/logs -e AUTOCONFIGURE_BOOTSTRAP=1 -e NETWORK_ID=flare flarefoundation/flare:latest
I used NETWORK_ID=flare as per the README-docker.md doc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
running the Docker image results in a fatal error:
the command I used to run the image is:
I used
NETWORK_ID=flare
as per the README-docker.md doc.The text was updated successfully, but these errors were encountered: