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:
- 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)
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:
I have Docker Desktop installed but that ^^ didn't work for me.
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)