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 064f534 commit 508d2d8Copy full SHA for 508d2d8
db.mariadb.yml
@@ -5,13 +5,11 @@ services:
5
MOODLE_DOCKER_DBTYPE: mariadb
6
MOODLE_DOCKER_DBCOLLATION: utf8mb4_bin
7
db:
8
- image: mariadb:10.2
+ image: mariadb:10
9
command: >
10
--character-set-server=utf8mb4
11
--collation-server=utf8mb4_bin
12
- --innodb_file_format=barracuda
13
--innodb_file_per_table=On
14
- --innodb_large_prefix=On
15
environment:
16
MYSQL_ROOT_PASSWORD: "m@0dl3ing"
17
MYSQL_USER: moodle
0 commit comments