-
Notifications
You must be signed in to change notification settings - Fork 45
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
docker compose throws error: exit status 1 #221
Comments
Hi @mdszn and thanks for reporting. About the jwtsecret issue in our newer version is something we are aware of. A quick fix for that should be adding the About your new issue with the validators. Have you run In case you have not imported keystores please run the All of this files will be used by sedge to setup your validator. In case you do not want to run a validator use |
Ah okay thank you this was able to fix it and I was able to get the consensus and execution clients up. How am I able to connect to the clients? If the execution client ws is running on port 8546, i should be able to connect to it via |
Good to hear that solved your issue @mdszn. About your question. By default client's HTTP APIs are only accessible inside the docker-compose network except for those used for peering. If you want to access them from your machine you must use the corresponding container IP. To get these IP addresses you'll need to run something like this:
In case you want to expose these ports to your localhost you can add them to the generated docker-compose file or use the |
Using sedge
v0.5.
1 because the newest version wouldn't let me create JWT Secret.For the last 3 days I have been syncing my consensus nodes and execution nodes. This is the command that I ran to set it up
sedge cli --network mainnet -c prysm -e geth
After everything gets synced up, a few days later i get prompted
Would you like to run validator service?
When I hitY
then it runs the following docker composedocker compose -f docker-compose-scripts/docker-compose.yml up -d validator
After this runs, I get the following error
[ERRO] command 'docker compose -f docker-compose-scripts/docker-compose.yml up -d validator' throws error: exit status 1
Any idea how to fix this? The error code isn't helpful as it doesn't say why it is throwing an error
The text was updated successfully, but these errors were encountered: