Skip to content

Commit

Permalink
Replace docker-compose with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
felixschndr committed Oct 18, 2024
1 parent 4c155fa commit f3bd7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AliasesAndFunctions/default/functions
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dca() { # docker compose all
-maxdepth 3 \
-name "docker-compose.yml" \
-print \
-exec docker-compose -f {} "${1}" ${detach_argument} \;
-exec docker compose -f {} "${1}" ${detach_argument} \;
}

complete -W "up down" dca
Expand Down

0 comments on commit f3bd7be

Please sign in to comment.