Change charset and collation to utf8mb4 (#163)

This commit is contained in:
M 2021-01-04 11:44:14 +01:00 committed by GitHub
parent ba791a5d00
commit 7953fd346b
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ services:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_moodle
- MARIADB_DATABASE=bitnami_moodle
- MARIADB_CHARACTER_SET=utf8mb4
- MARIADB_COLLATE=utf8mb4_unicode_ci
volumes:
- 'mariadb_data:/bitnami/mariadb'
moodle:

View File

@ -6,6 +6,8 @@ services:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_moodle
- MARIADB_DATABASE=bitnami_moodle
- MARIADB_CHARACTER_SET=utf8mb4
- MARIADB_COLLATE=utf8mb4_unicode_ci
volumes:
- 'mariadb_data:/bitnami/mariadb'
moodle: