Created
December 2, 2022 03:33
-
-
Save khoipro/05971ad1076a7e96aeb2e3c0ceadcb6b to your computer and use it in GitHub Desktop.
Example lando config for WordPress recipes (with redis, phpmyadmin, mailhog, nginx with domain .test)
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: codetot-vn | |
recipe: wordpress | |
proxy: | |
appserver_nginx: | |
- codetot.test | |
config: | |
webroot: . | |
database: mariadb | |
via: nginx | |
php: '7.4' | |
services: | |
phpmyadmin: | |
type: phpmyadmin | |
mailhog: | |
type: mailhog | |
redis: | |
type: redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment