mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
Update docker-compose.yml
update mysql command
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user