From 95b5e8337e863643fe12b8df3e2ac3ffe46995ae Mon Sep 17 00:00:00 2001 From: Wojtek Naruniec Date: Sun, 24 Apr 2022 20:23:13 +0200 Subject: [PATCH] Documents WordPress support Support for WordPress environment was already added under PR #206 but was not documented. This PR adds it to Environment Types documentation page and it fixes #324. --- docs/environments/types.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/environments/types.md b/docs/environments/types.md index 47d3dc87..d91f9af5 100644 --- a/docs/environments/types.md +++ b/docs/environments/types.md @@ -74,6 +74,16 @@ The `shopware` environment type supports development of Shopware 6 projects, lau In order to achieve a well performing experience on macOS, files in the webroot are synced into the container using a Mutagen sync session with the exception of `public/media` which remains mounted using a delegated mount. +#### WordPress + +The `wordpress` environment type supports development of WordPress projects, launching containers including: + +* Nginx +* PHP-FPM +* MariaDB + +Files are currently mounted using a delegated mount on macOS and natively on Linux. + #### Commonalities In addition to the above, each environment type (with the exception of the `local` type) come with PHP setup to use `mhsendmail` to ensure outbound email does not inadvertently leave your network and to support simpler testing of email functionality. Mailhog may be accessed by navigating to [https://mailhog.warden.test/](https://mailhog.warden.test/) in a browser.