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

Add support for docker Compose V2 #1000

Merged
merged 3 commits into from
Jun 11, 2024

Conversation

piotrkardasz
Copy link
Contributor

@piotrkardasz piotrkardasz commented Jun 10, 2024

To change or to use the fallback version add to terminal configuration:

export DOCKER_COMPOSE="docker-compose"

resolve #986

@piotrkardasz piotrkardasz requested review from a team as code owners June 10, 2024 10:19
Makefile Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
piotrkardasz and others added 3 commits June 11, 2024 11:01
To use fallback version: export DOCKER_COMPOSE="docker-compose"
Co-authored-by: Francis Hilaire <Prometee@users.noreply.github.com>
@GSadee GSadee changed the base branch from 1.13 to 1.12 June 11, 2024 09:01
@GSadee
Copy link
Member

GSadee commented Jun 11, 2024

The base of this pull-request was changed, you need fetch and reset your local branch
if you want to add new commits to this pull request. Reset before you pull, else commits
may become messed-up.

Unless you added new commits (to this branch) locally that you did not push yet,
execute git fetch origin && git reset "add-support-for-docker-compose-v2" to update your local branch.

Feel free to ask for assistance when you get stuck 👍

@GSadee GSadee force-pushed the add-support-for-docker-compose-v2 branch from 361bbc0 to 837117e Compare June 11, 2024 09:01
@GSadee GSadee merged commit caf0c9c into Sylius:1.12 Jun 11, 2024
15 checks passed
@GSadee
Copy link
Member

GSadee commented Jun 11, 2024

Thanks, Piotr! 🎉

@piotrkardasz piotrkardasz deleted the add-support-for-docker-compose-v2 branch June 12, 2024 07:06
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.

"make init" doesn't work
4 participants