mirror of
https://github.com/bitnami/containers.git
synced 2026-03-24 14:57:52 +08:00
[bitnami/mariadb] Change default charset to utf8mb4 (#18547)
Signed-off-by: Andre Polykanine <ap@oire.me>
This commit is contained in:
@@ -210,8 +210,8 @@ services:
|
||||
|
||||
It is possible to configure the character set and collation used by default by the database with the following environment variables:
|
||||
|
||||
- `MARIADB_CHARACTER_SET`: The default character set to use. Default: `utf8`
|
||||
- `MARIADB_COLLATE`: The default collation to use. Default: `utf8_general_ci`
|
||||
- `MARIADB_CHARACTER_SET`: The default character set to use. Default: `utf8mb4`
|
||||
- `MARIADB_COLLATE`: The default collation to use. Default: `utf8mb4_unicode_ci`
|
||||
|
||||
### Setting the root password on first run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user