Hey, noticed an inconsistency between the README and docker-compose.yml.
README says:
reth (default)
But docker-compose.yml has:
dockerfile: ${CLIENT:-geth}/Dockerfile
So if you run docker compose up without setting CLIENT, you actually get geth, not reth.
Should either the README be updated to reflect geth as default, or the docker-compose.yml changed to default to reth?
Hey, noticed an inconsistency between the README and docker-compose.yml.
README says:
But docker-compose.yml has:
So if you run
docker compose upwithout setting CLIENT, you actually get geth, not reth.Should either the README be updated to reflect geth as default, or the docker-compose.yml changed to default to reth?