From f96074fb499e0069c5726890e1df516b5b3c4e60 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 16 May 2018 20:08:37 +0000 Subject: [PATCH] Run update.sh --- wordpress/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress/README.md b/wordpress/README.md index 83964c971..8ba8a8488 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -83,6 +83,7 @@ The following environment variables are also honored for configuring your WordPr - `-e WORDPRESS_DB_NAME=...` (defaults to "wordpress") - `-e WORDPRESS_TABLE_PREFIX=...` (defaults to "", only set this when you need to override the default table prefix in wp-config.php) - `-e WORDPRESS_AUTH_KEY=...`, `-e WORDPRESS_SECURE_AUTH_KEY=...`, `-e WORDPRESS_LOGGED_IN_KEY=...`, `-e WORDPRESS_NONCE_KEY=...`, `-e WORDPRESS_AUTH_SALT=...`, `-e WORDPRESS_SECURE_AUTH_SALT=...`, `-e WORDPRESS_LOGGED_IN_SALT=...`, `-e WORDPRESS_NONCE_SALT=...` (default to unique random SHA1s) +- `-e WORDPRESS_DEBUG=1` (defaults to disabled, non-empty value will enable `WP_DEBUG` in `wp-config.php`) If the `WORDPRESS_DB_NAME` specified does not already exist on the given MySQL server, it will be created automatically upon startup of the `wordpress` container, provided that the `WORDPRESS_DB_USER` specified has the necessary permissions to create it.