mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Add alias for docker-compose pull (#6665)
This commit is contained in:
parent
5815052bf2
commit
2edc71a0ee
1 changed files with 1 additions and 0 deletions
|
|
@ -21,3 +21,4 @@ alias dcup='docker-compose up'
|
|||
alias dcdn='docker-compose down'
|
||||
alias dcl='docker-compose logs'
|
||||
alias dclf='docker-compose logs -f'
|
||||
alias dcpull='docker-compose pull'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue