Created
August 14, 2018 14:08
-
-
Save casivaagustin-zz/2033e19d12d47827c32c0bc9677aec19 to your computer and use it in GitHub Desktop.
Bash Alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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