Last active
January 14, 2020 23:12
-
-
Save graceman9/476796bac0a86c16237a6b481ba00fbb to your computer and use it in GitHub Desktop.
Lando - mysql with phpmyadmin
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
name: simple-mysql-with-phpmyadmin | |
services: | |
database: | |
type: mysql | |
portforward: true | |
pma: | |
type: phpmyadmin | |
hosts: | |
- database | |
tooling: | |
mysql: | |
service: database |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment