Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save casivaagustin-zz/2033e19d12d47827c32c0bc9677aec19 to your computer and use it in GitHub Desktop.
Save casivaagustin-zz/2033e19d12d47827c32c0bc9677aec19 to your computer and use it in GitHub Desktop.
Bash Alias
alias dock-stop="docker stop `docker ps -a -q|xargs`"
alias dock-up="docker-compose up -d nginx mysql phpmyadmin redis workspace maildev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment