We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d317162 commit 820d97aCopy full SHA for 820d97a
examples/leantime/docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
MYSQL_DATABASE: 'leantime'
13
MYSQL_USER: 'admin'
14
MYSQL_PASSWORD: '321.qwerty'
15
- command: --character-set-server=utf8 --collation-server=utf8_unicode_ci
+ command: --character-set-server=UTF8MB4 --collation-server=UTF8MB4_unicode_ci
16
#networks:
17
# - proxy
18
0 commit comments