From 27ad61dad86f6322d78a1ddc53e359b869b75712 Mon Sep 17 00:00:00 2001 From: tompizmor Date: Thu, 9 Mar 2017 10:13:03 +0100 Subject: [PATCH] Fixed typo in WordPress readme --- bitnami/wordpress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index b1b572a9474d..84997a954ba4 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -241,7 +241,7 @@ The WordPress instance can be customized by specifying environment variables on - `MARIADB_ROOT_PASSWORD`: Database password for the `MARIADB_ROOT_USER` user. No defaults. - `MYSQL_CLIENT_CREATE_DATABASE_NAME`: New database to be created by the mysql client module. No defaults. - `MYSQL_CLIENT_CREATE_DATABASE_USER`: New database user to be created by the mysql client module. No defaults. -- `MYSQL_CLIENT_CREATE_DATABASE_NAME`: Database password for the `MYSQL_CLIENT_CREATE_DATABASE_USER` user. No defaults. +- `MYSQL_CLIENT_CREATE_DATABASE_PASSWORD`: Database password for the `MYSQL_CLIENT_CREATE_DATABASE_USER` user. No defaults. - `ALLOW_EMPTY_PASSWORD`: It can be used to allow blank passwords. Default: **no** ### Specifying Environment variables using Docker Compose