From 9e6f4e4efa997bf954c582bf90e901e108653bb3 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Quang Date: Thu, 13 Oct 2016 12:01:13 +0900 Subject: [PATCH] Fix incorrect custom settings file name --- bitnami/mariadb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/mariadb/README.md b/bitnami/mariadb/README.md index db0d631f3ecf..f08e253ec507 100644 --- a/bitnami/mariadb/README.md +++ b/bitnami/mariadb/README.md @@ -286,7 +286,7 @@ The above command scales up the number of slaves to `3`. You can scale down in t ## Configuration file -The image looks for configuration in the `conf/` directory of `/bitnami/mariadb`. As as mentioned in [Persisting your database](#persisting-your-data) you can mount a volume at this location and copy your own configuration file in the `conf/` directory as my-custom.cnf. That file will be included in the main configuration file and will overwrite any configuration you want to modify. +The image looks for configuration in the `conf/` directory of `/bitnami/mariadb`. As as mentioned in [Persisting your database](#persisting-your-data) you can mount a volume at this location and copy your own configuration file in the `conf/` directory as my_custom.cnf. That file will be included in the main configuration file and will overwrite any configuration you want to modify. ### Step 1: Run the MariaDB image