mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-21 12:58:51 +01:00
Fixes #130: added mysql-server charset command
This commit is contained in:
parent
94d68864a8
commit
d8424e9172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user