We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The file launch-all has a wrong command
running the launch-all.sh command
Workarounds
Screenshots
Taiga environment
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Looks like it's just a typo.
Current line is: exec docker compose -f docker-compose.yml -f docker-compose.penpot.yml up -d
exec docker compose -f docker-compose.yml -f docker-compose.penpot.yml up -d
It should be: exec docker-compose -f docker-compose.yml -f docker-compose.penpot.yml up -d
exec docker-compose -f docker-compose.yml -f docker-compose.penpot.yml up -d
Sorry, something went wrong.
docker compose is actually correct for compose version 2 (https://github.com/docker/compose/tree/main#docker-compose-v2)
docker compose
Version 1 is deprecated iirc.
I had the same issue. Changing docker compose to docker-compose is not enough (docker-compose files structure changed too between V1 and V2).
Solved by installing V2 : https://docs.docker.com/engine/install/
No branches or pull requests
The file launch-all has a wrong command
running the launch-all.sh command
Workarounds
Screenshots
Taiga environment
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: