Skip to content

Documentation uses deprecated docker-compose (v1); should use docker compose (v2) #466

@ryanzhengrz

Description

@ryanzhengrz

Description

The setup documentation instructs users to run:

docker-compose up

On modern Docker installations, Docker Compose is provided as a v2 CLI plugin, and the correct command is:

docker compose up

As a result, docker-compose may not exist even though Compose is already installed, leading to unnecessary installation errors and confusion.

Suggested Fix

Update documentation to replace:

docker-compose up

with:

docker compose up

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