Skip to content

reth/README.md uses deprecated docker-compose command instead of docker compose #1012

@Sertug17

Description

@Sertug17

Noticed reth/README.md uses the old docker-compose command (with hyphen) while the main README consistently uses the new docker compose syntax.

Line 24: CLIENT=reth docker-compose up

Should be: CLIENT=reth docker compose up

The hyphenated docker-compose is the legacy standalone binary, while docker compose is the modern plugin built into Docker CLI.

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