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.
2 parents 27bd0bf + ef77d2a commit 2586352Copy full SHA for 2586352
docker-compose.yml
@@ -8,6 +8,7 @@ services:
8
MYSQL_DATABASE: drupal
9
MYSQL_USER: drupal
10
MYSQL_PASSWORD: drupal
11
+# command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci # The simple way to override the mariadb config.
12
volumes:
13
- ./docker-runtime/mariadb:/var/lib/mysql
14
# - ./docker-runtime/mariadb-init:/docker-entrypoint-initdb.d # Place init .sql file(s) here.
0 commit comments