We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2b7f5 commit 67a0511Copy full SHA for 67a0511
3/debian-10/docker-compose.yml
@@ -6,6 +6,8 @@ services:
6
- ALLOW_EMPTY_PASSWORD=yes
7
- MARIADB_USER=bn_moodle
8
- MARIADB_DATABASE=bitnami_moodle
9
+ - MARIADB_CHARACTER_SET=utf8mb4
10
+ - MARIADB_COLLATE=utf8mb4_unicode_ci
11
volumes:
12
- 'mariadb_data:/bitnami/mariadb'
13
moodle:
docker-compose.yml
0 commit comments