Fixed issue with non UTF-8 symbols on MySQL for proxies

This commit is contained in:
root 2017-10-20 18:01:12 +03:00
parent ca3d5f38a1
commit d249584c99
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

@ -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

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