ethereum-optimism/optimism-tutorial

Update tutorials to run the correct docker-compose file

tonykogias opened this issue · 2 comments

In a recent commit docker-compose-nobuild.yml was removed so the instruction on running a local node don't work.

change
docker-compose -f docker-compose-nobuild.yml up -t 3600

to
docker-compose -f docker-compose.yml up -t 3600

in tutorials README, at "Start an Optimistic Ethereum Node" paragraph.

qbzzt commented

I agree. However, these tutorials are being revamped (see #87), and they'll all refer to the dev-node page in the developer documentation, which is being updated now (see ethereum-optimism/community-hub#368).

That's great! I have noticed that PR, I suppose if it gets merged soon we can close this.