Last active
June 24, 2019 15:31
-
-
Save pogla/7fb800849ec6b66830c0ad4e91871787 to your computer and use it in GitHub Desktop.
WordPress lando config
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
name: pagename | |
recipe: wordpress | |
config: | |
env: dev | |
xdebug: true | |
webroot: . | |
via: nginx | |
proxy: | |
appserver: | |
- pagename.lndo.site | |
mailhog: | |
- mail.pagename.lndo.site | |
services: | |
database: | |
portforward: 33071 | |
appserver: | |
composer: | |
phpunit/phpunit: '*' | |
mailhog: | |
type: mailhog | |
hogfrom: | |
- appserver | |
portforward: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment