typo
This commit is contained in:
parent
b6e42b2c40
commit
7756a48c0f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ fi
|
|||
|
||||
# Docker shortcuts
|
||||
|
||||
if (( $+commands[docker-compose] )); then
|
||||
if (( $+commands[docker] )); then
|
||||
alias dcu='docker-compose up '
|
||||
alias dcud='docker-compose up -d '
|
||||
alias dcd='docker-compose down '
|
||||
|
|
Loading…
Add table
Reference in a new issue