Fix incorrect custom settings file name

This commit is contained in:
Huy Nguyen Quang
2016-10-13 12:01:13 +09:00
committed by GitHub
parent f017cd35b3
commit 9e6f4e4efa

View File

@@ -286,7 +286,7 @@ The above command scales up the number of slaves to `3`. You can scale down in t
## Configuration file ## 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 ### Step 1: Run the MariaDB image