Skip to content

Instantly share code, notes, and snippets.

@lumpysimon
Last active October 9, 2020 22:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lumpysimon/0bd008c35508b2e030580d14e440ffd8 to your computer and use it in GitHub Desktop.
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
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