Remove mysql thing
This commit is contained in:
parent
767c5cc723
commit
6983582164
1 changed files with 0 additions and 3 deletions
|
@ -157,9 +157,6 @@ function provision_mysql {
|
|||
"mysql:5.6"
|
||||
}
|
||||
|
||||
# Access MySQL Docker container
|
||||
alias mysql='docker exec -it "mysql-5.6" mysql -uroot -proot'
|
||||
|
||||
# Install Magento 2
|
||||
function install_magento {
|
||||
local host="$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue