mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-20 07:12:07 +00:00
Update docker-compose.yml
update mysql command
This commit is contained in:
parent
d3171624c6
commit
820d97a4d9
|
@ -12,7 +12,7 @@ services:
|
|||
MYSQL_DATABASE: 'leantime'
|
||||
MYSQL_USER: 'admin'
|
||||
MYSQL_PASSWORD: '321.qwerty'
|
||||
command: --character-set-server=utf8 --collation-server=utf8_unicode_ci
|
||||
command: --character-set-server=UTF8MB4 --collation-server=UTF8MB4_unicode_ci
|
||||
#networks:
|
||||
# - proxy
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user