[bitnami/mariadb] Change default charset to utf8mb4 (#18547)

Signed-off-by: Andre Polykanine <ap@oire.me>
This commit is contained in:
Andre Polykanine
2023-02-06 10:09:36 +01:00
committed by GitHub
parent bd4ae91362
commit 9163355d97
9 changed files with 18 additions and 18 deletions

View File

@@ -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