Skip to content

Commit 973804a

Browse files
committed
Added a default collation for tables created by MariaDB to avoid errors
1 parent b3cf6c9 commit 973804a

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
@@ -7,6 +7,7 @@ services:
77
restart: always
88
volumes:
99
- ./docker/database:/var/lib/mysql
10+
command: [ "--collation-server=utf8mb4_unicode_ci" ]
1011
environment:
1112
MARIADB_DATABASE: ${DATABASE_NAME}
1213
MARIADB_PORT: ${DATABASE_PORT}

0 commit comments

Comments
 (0)