Commit 57ce3dbb authored by Simonas's avatar Simonas

docker mysql update

parent 89114764
...@@ -26,7 +26,7 @@ services: ...@@ -26,7 +26,7 @@ services:
environment: environment:
- MYSQL_ROOT_PASSWORD=IiIjnsLi2wR9i1kWVbVpUAzP - MYSQL_ROOT_PASSWORD=IiIjnsLi2wR9i1kWVbVpUAzP
command: command:
'mysqld --innodb-flush-method=fsync' mysqld --character-set-server=utf8 --collation-server=utf8_unicode_ci --init-connect='SET NAMES UTF8;' --innodb-flush-method=fsync
restart: always restart: always
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment