Use docker compose API instead of docker-compose in dct alias
This commit is contained in:
parent
b77d2e2a67
commit
49593b02b0
1 changed files with 1 additions and 1 deletions
|
@ -246,5 +246,5 @@ dct() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
yj -ty < $file_path | docker-compose -f - $@
|
||||
yj -ty < $file_path | docker compose -f - $@
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue