[bitnami/mariadb] Release 10.10.3-debian-11-r0 (#23117)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-07 05:40:22 +01:00
committed by GitHub
parent 5397e3f673
commit 8aa806d869
4 changed files with 9 additions and 9 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: `utf8mb4`
- `MARIADB_COLLATE`: The default collation to use. Default: `utf8mb4_unicode_ci`
- `MARIADB_CHARACTER_SET`: The default character set to use. Default: `utf8`
- `MARIADB_COLLATE`: The default collation to use. Default: `utf8_general_ci`
### Setting the root password on first run