Skip to content

🐛 [Bug]: Quick Start instructions have a tiny, but critical, error #382

@streeyt

Description

@streeyt

Archon Version

n/a

Bug Severity

🟢 Low - Minor inconvenience

Bug Description

There seems to be an issue with the Quick Start section of the README:

  1. Start Services:
    docker-compose up --build -d

I have Docker Desktop installed but that ^^ didn't work for me.

Solution: Use docker compose instead
Instead of using docker-compose (with a hyphen), use docker compose (with a space):
docker compose up --build -d

Why this changed
Docker Compose V2 is now integrated directly into Docker Desktop as a Docker CLI plugin, replacing the standalone docker-compose command. This integration provides better performance and consistency.

Steps to Reproduce

n/a

Expected Behavior

n/a

Actual Behavior

n/a

Error Details (if any)


Affected Component

❓ Not Sure

Browser & OS

n/a

Additional Context

No response

Service Status (check all that are working)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status
Done (In Stable)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions