TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.92k stars 176 forks source link

[Website-Makefile] Enable support for docker compose CLI (v2) #433

Closed signed-log closed 1 year ago

signed-log commented 1 year ago

What does this PR do?

Enable the support of docker compose (docker compose v2) instead of docker-compose (v1)

Previous Behavior

docker-compose (v1) was the only usable target

New Behavior

Enable a switch to use the new docker compose CLI (v2)

Have tests been written for this change?

No

Have these commits been signed with GnuPG?

Yes


Please review yadm's Contributing Guide for best practices.

TheLocehiliosan commented 1 year ago

Thanks for this. Honestly, I was not aware that compose had become integrated with docker. I'll merge this, but also swap it around to attempt to use the integrated compose by default without any variables.