Created
November 13, 2018 10:17
-
-
Save micc83/9f55a92ec60f514d534d0daba1014d1b to your computer and use it in GitHub Desktop.
Laradock bash aliases
This file contains 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 ld-up="(cd laradock;docker-compose up -d apache2 mariadb)" | |
alias ld-down="(cd laradock;docker-compose down)" | |
alias ld-ssh="(cd laradock;docker-compose exec workspace bash)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment