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

[BUG] Errord when launching launch-all.sh #109

Open
afauvin opened this issue Mar 31, 2023 · 2 comments
Open

[BUG] Errord when launching launch-all.sh #109

afauvin opened this issue Mar 31, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@afauvin
Copy link

afauvin commented Mar 31, 2023

For information I run on a VMware Photon OS 4.0, docker 20.10

2 problems when launching launch-all.sh:
1 - unknown shorthand flag: 'f' in -f: replace docker compose with docker-compose
2 - impossible to load the rabbitmq images, the versions in the yml correspond to 3.8, but the valid images are from 3.9 to 3.12. By modifying the yml in this sense we can launch the app

@afauvin afauvin added the bug Something isn't working label Mar 31, 2023
@marqpdx
Copy link

marqpdx commented Apr 29, 2023

Yes, i get the same. Have not found a work-around.

OK, after poking around i learned i needed to explicitly install compose on my Linux server, to wit:

apt-get install docker-compose-plugin

@NucleaPeon
Copy link

NucleaPeon commented Jan 23, 2024

On Debian 12, I had to rename docker compose to docker-compose to get it to work.

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

3 participants