unfoldadmin / turbo

Django & Next.js boilerplate
MIT License
181 stars 29 forks source link

README.md - Update Docker Compose Instructions for macOS #16

Closed dottenbr closed 3 days ago

dottenbr commented 5 days ago

When running docker-compose up on macOS with Docker Desktop installed, users may encounter the error zsh: command not found: docker-compose. Starting from Docker Desktop version 3.3, Docker Compose has been integrated into Docker itself, and the command has changed to docker compose (without the hyphen).

To avoid confusion, the README.md should be updated to reflect the correct usage of Docker Compose in newer versions of Docker Desktop. The updated command should be: docker compose up.

lukasvinclav commented 3 days ago

Thanks for report. PR fixing issue #17