Skip to content

Instantly share code, notes, and snippets.

@pogla
Last active June 24, 2019 15:31
Show Gist options
  • Save pogla/7fb800849ec6b66830c0ad4e91871787 to your computer and use it in GitHub Desktop.
Save pogla/7fb800849ec6b66830c0ad4e91871787 to your computer and use it in GitHub Desktop.
WordPress lando config
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