Skip to content

Commit

Permalink
alias docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 1, 2021
1 parent 0b9ddae commit f7d67a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/sail
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

if ! [ -x "$(command -v docker-compose)" ]; then
shopt -s expand_aliases
alias docker-compose='docker compose'
fi

UNAMEOUT="$(uname -s)"

WHITE='\033[1;37m'
Expand Down

0 comments on commit f7d67a2

Please sign in to comment.