Fixed issue with non UTF-8 symbols on MySQL

This commit is contained in:
root 2017-10-20 17:51:54 +03:00
parent 6c7849cdd3
commit ca3d5f38a1
4 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,7 @@ services:
mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
volumes_from:
- db_data_mysql
volume_driver: local

View File

@ -260,6 +260,7 @@ services:
mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
volumes_from:
- db_data_mysql
volume_driver: local

View File

@ -253,6 +253,7 @@ services:
mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
volumes_from:
- db_data_mysql
volume_driver: local

View File

@ -261,6 +261,7 @@ services:
mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
volumes_from:
- db_data_mysql
volume_driver: local