From e1e2b75691ec806f6f1dc7fa512ef0018864ae9d Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Tue, 21 Oct 2014 11:44:42 +0100 Subject: [PATCH] Fix language in Wordpress guide Was still talking about 'environment variables'. Signed-off-by: Aanand Prasad --- docs/wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wordpress.md b/docs/wordpress.md index 3f8db9da0..6e512b792 100644 --- a/docs/wordpress.md +++ b/docs/wordpress.md @@ -37,7 +37,7 @@ db: MYSQL_DATABASE: wordpress ``` -Two supporting files are needed to get this working - first up, `wp-config.php` is the standard Wordpress config file with a single change to make it read the MySQL host and port from the environment variables passed in by Fig: +Two supporting files are needed to get this working - first up, `wp-config.php` is the standard Wordpress config file with a single change to point the database configuration at the `db` container: ```