Use docker compose API instead of docker-compose in dct alias

This commit is contained in:
Marko Korhonen 2022-09-20 19:45:07 +03:00
parent b77d2e2a67
commit 49593b02b0

View file

@ -246,5 +246,5 @@ dct() {
return 1
fi
yj -ty < $file_path | docker-compose -f - $@
yj -ty < $file_path | docker compose -f - $@
}