Last active
October 9, 2020 22:08
-
-
Save lumpysimon/0bd008c35508b2e030580d14e440ffd8 to your computer and use it in GitHub Desktop.
Lando config file for WordPress with Nginx, PHP 7.2, MySQL 5.5, Xdebug, MailHog and 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: mysite2 | |
recipe: wordpress | |
config: | |
php: '7.2' | |
via: nginx | |
webroot: public | |
xdebug: true | |
conf: | |
php: .vscode/php.ini | |
proxy: | |
mailhog: | |
- mail.mysite2.lndo.site | |
pma: | |
- db.mysite2.lndo.site | |
services: | |
mailhog: | |
type: mailhog | |
hogfrom: | |
- appserver | |
pma: | |
type: phpmyadmin | |
hosts: | |
- database | |
database: | |
type: mysql:5.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment