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

#5: Support for docker compose v2 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LoganK
Copy link

@LoganK LoganK commented Dec 31, 2022

No description provided.

Logan Kennelly added 2 commits December 30, 2022 15:59
This may be related to docker compose v2, but I found in testing that
the implicit volume mapping was resulting in a directory owned by root
and the test servers failed to launch.
`docker-compose` was deprecated:

https://docs.docker.com/compose/compose-v2/

I don't care to break anyone's existing setup, so introduce the option
to run this on a v2 system with:

`$ COMPOSE_BIN="docker compose" ./test.sh`

resolves delucks#5
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.

1 participant