-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Missing network passphrase in example compose file #12
Comments
How did you provided password for connection to Horizon? From where it takes password? This is how the end of my .yml file looks like. So it is not clear from where Horizon takes password for its db. stellar-horizon: This is log i'm getting root@virtualserver01:~# docker-compose -f /mnt/xvdc/github/docker-stellar-horizon/conf_horizon_docker-compose_extdb.yml up |
When trying to start docker compose, I was seeing the following in the logs...
If I add
- NETWORK_PASSPHRASE=Public Global Stellar Network ; September 2015
to the horizon ENV...and now I can access the server on http://localhost:8000/
The text was updated successfully, but these errors were encountered: