dcd
This commit is contained in:
parent
fd6138e96f
commit
aa899f592e
|
@ -91,6 +91,7 @@ command -v docker-compose > /dev/null 2>&1
|
|||
if [ $? -eq 0 ]; then
|
||||
alias dc="docker-compose"
|
||||
alias dcu="docker-compose up -d --build --remove-orphans"
|
||||
alias dcd="docker-compose down"
|
||||
fi
|
||||
|
||||
# change to git directory
|
||||
|
|
Loading…
Reference in New Issue