alias
This commit is contained in:
parent
89f9b73437
commit
b6e42b2c40
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ if (( $+commands[docker-compose] )); then
|
|||
alias dps='docker ps '
|
||||
alias dstart='docker start '
|
||||
alias dstop=' docker stop '
|
||||
alias dupd='docker compose pull && docker compose up --force-recreate -d'
|
||||
fi
|
||||
|
||||
# Alias alternatives for commands if they exist
|
||||
|
|
Loading…
Add table
Reference in a new issue