Skip to content

README says reth is the default client but docker-compose.yml defaults to geth #1010

@Sertug17

Description

@Sertug17

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions