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

replace deprecated docker-compose with docker compose #126

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

FiveKG
Copy link
Contributor

@FiveKG FiveKG commented Dec 26, 2024

Due to Docker’s official announcement that the docker-compose command will be deprecated as a standalone tool and will no longer be maintained or updated in the future, Docker recommends using the new docker compose command.
This new command is part of the Docker CLI and is designed to integrate the functionality of docker-compose for better support and consistency.

@FiveKG FiveKG requested a review from yoozo December 27, 2024 02:09
@FiveKG
Copy link
Contributor Author

FiveKG commented Dec 27, 2024

When running the yarn script command in a project initialized with subql init, you may encounter an error indicating that the docker-compose command does not exist.

@yoozo yoozo merged commit 7a2cf66 into main Dec 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants