Skip to content

Instantly share code, notes, and snippets.

@laundmo
Created March 15, 2021 19:51
Show Gist options
  • Save laundmo/966f8c25bec5819917c847918482b852 to your computer and use it in GitHub Desktop.
Save laundmo/966f8c25bec5819917c847918482b852 to your computer and use it in GitHub Desktop.
my docker compose aliases
alias dc='docker-compose'
alias dcl='dc logs -f --tail="100"'
alias dcb='dc build --parallel'
alias dcu='dc up -d'
alias dcx='dcb && dcu && dcl'
alias dcd='dc down'
alias dcr='dcd && dcu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment