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] at ./launch-all.sh #112

Open
juliancho2396 opened this issue Jun 6, 2023 · 3 comments
Open

[BUG] at ./launch-all.sh #112

juliancho2396 opened this issue Jun 6, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@juliancho2396
Copy link

The file launch-all has a wrong command

running the launch-all.sh command

Workarounds

Screenshots

Taiga environment

Desktop (please complete the following information):

  • OS:
  • Browser:
  • Version:

Additional context

@juliancho2396 juliancho2396 added the bug Something isn't working label Jun 6, 2023
@HawkFiveStudio
Copy link

Looks like it's just a typo.

Current line is:
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

@Xenira
Copy link

Xenira commented Sep 12, 2023

docker compose is actually correct for compose version 2 (https://github.com/docker/compose/tree/main#docker-compose-v2)

Version 1 is deprecated iirc.

@battosai30
Copy link

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/

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

4 participants