mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 23:10:53 +08:00
Fix incorrect custom settings file name
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user