Skip to content

Commit 820d97a

Browse files
authored
Update docker-compose.yml
update mysql command
1 parent d317162 commit 820d97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leantime/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
MYSQL_DATABASE: 'leantime'
1313
MYSQL_USER: 'admin'
1414
MYSQL_PASSWORD: '321.qwerty'
15-
command: --character-set-server=utf8 --collation-server=utf8_unicode_ci
15+
command: --character-set-server=UTF8MB4 --collation-server=UTF8MB4_unicode_ci
1616
#networks:
1717
# - proxy
1818

0 commit comments

Comments
 (0)