Find the ip address running this command:
ip addr show docker0 | grep inetThis will be the PMA_HOST in below steps. The PMA_HOST of local machine is like this: 172.17.0.1
use this command to create a user for phpmyadmin login
initialize: once, when the controller is first instantiatedconnect: anytime the controller is connected to the DOM| #!/bin/sh | |
| set -e | |
| vendor/bin/phpunit | |
| (git push) || true | |
| git checkout production | |
| git merge master |
| // No Security | |
| { | |
| "rules": { | |
| ".read": true, | |
| ".write": true | |
| } | |
| } |