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

Update docker-compose up to docker compose up in examples #15

Open
gitressa opened this issue Jun 9, 2023 · 0 comments
Open

Update docker-compose up to docker compose up in examples #15

gitressa opened this issue Jun 9, 2023 · 0 comments

Comments

@gitressa
Copy link

gitressa commented Jun 9, 2023

In many examples, this syntax is used:

docker-compose up

...but in Composer V2 (released April 2022), this changed to:

docker compose up

... so you get this error:

$ docker-compose up
-bash: docker-compose: command not found

Since Composer V2 is the latest official release, I think the examples should use the docker compose up syntax in these files: https://github.com/search?q=org%3Adocker-solr%20%22docker-compose%20up%22&type=code

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

No branches or pull requests

1 participant