Skip to content

Commit 2586352

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 27bd0bf + ef77d2a commit 2586352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
MYSQL_DATABASE: drupal
99
MYSQL_USER: drupal
1010
MYSQL_PASSWORD: drupal
11+
# command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci # The simple way to override the mariadb config.
1112
volumes:
1213
- ./docker-runtime/mariadb:/var/lib/mysql
1314
# - ./docker-runtime/mariadb-init:/docker-entrypoint-initdb.d # Place init .sql file(s) here.

0 commit comments

Comments
 (0)