mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
Merge pull request #5 from sameersbn/readme-mariadb-user-password
readme: added note about using `MARIADB_USER` and `MARIADB_PASSWORD` together
This commit is contained in:
@@ -197,6 +197,9 @@ mariadb:
|
||||
- MARIADB_DATABASE=my_database
|
||||
```
|
||||
|
||||
**Note!**
|
||||
When `MARIADB_PASSWORD` is specified along with `MARIADB_USER`, the value specified in `MARIADB_PASSWORD` is set as the password of the newly created user specified in `MARIADB_USER`.
|
||||
|
||||
## Command-line options
|
||||
|
||||
The simplest way to configure your MariaDB server is to pass custom command-line options when
|
||||
|
||||
Reference in New Issue
Block a user