Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compose failed, and the prompt for the docker-compose command appeared when do compose. #5

Closed
WGrape opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@WGrape
Copy link
Owner

WGrape commented Mar 4, 2024

Command

bash ./sparrow startone go

Error

image

@WGrape WGrape added the bug Something isn't working label Mar 4, 2024
@WGrape
Copy link
Owner Author

WGrape commented Mar 4, 2024

The reason for the error is that your docker-compose version is too low. It is recommended to upgrade your docker-compose version.

# upgrade to 1.27.2
curl -L https://github.com/docker/compose/releases/download/1.27.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

@WGrape WGrape closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant