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

docker compose v2 #364

Closed
meowcat opened this issue Oct 25, 2022 · 2 comments
Closed

docker compose v2 #364

meowcat opened this issue Oct 25, 2022 · 2 comments

Comments

@meowcat
Copy link
Contributor

meowcat commented Oct 25, 2022

The install.sh script uses docker-compose.
With the advent of "docker compose v2", docker-compose ceases to be a standalone executable, and docker compose is used instead. It should work more or less drop-in.

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

On Debian, apt-get install docker-compose still installs docker-compose "v1", but this is probably not desired; some recommend to just alias docker-compose to docker compose.

I find the communication regarding deprecation of "old" docker-compose a bit lacking, nevertheless we should probably implement it?

@meier-rene
Copy link
Contributor

Thank you for the heads-up. I wasn't aware of this. Of course we will follow this transition. If its as easy as a simple drop-in I will adjust the documentation, or if some tweaks are required add them.

@meier-rene
Copy link
Contributor

Fixed in dev.

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

No branches or pull requests

2 participants