Skip to content
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

Fix failures in docker-compose.yml that prevented containers to run #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rsdcastro
Copy link

Fixed: geth has updated parameters, as well as node js package and location where binary is deployed

Tested running docker-compose and accessing netstat UI.

rdcastro-mbp:ethereum-docker rdcastro$ docker-compose ps -a
NAME                    COMMAND                  SERVICE             STATUS              PORTS
bootstrap               "/root/start.sh"         bootstrap           running             0.0.0.0:8545->8545/tcp, 0.0.0.0:30303->30303/tcp, 8546/tcp, 0.0.0.0:30303->30303/udp
ethereum-docker-eth-1   "/root/start.sh --da…"   eth                 running             8545-8546/tcp, 30303/tcp, 30303/udp
netstats                "docker-entrypoint.s…"   netstats            running             0.0.0.0:3000->3000/tcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant