Commit a10aed6c by Clinton Blackburn

Updated character set and collation for MySQL container

These values better reflect what we use in production.
parent 59cb9783
...@@ -4,6 +4,7 @@ services: ...@@ -4,6 +4,7 @@ services:
db: db:
image: mysql:5.6 image: mysql:5.6
container_name: db container_name: db
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
environment: environment:
MYSQL_ROOT_PASSWORD: "" MYSQL_ROOT_PASSWORD: ""
MYSQL_ALLOW_EMPTY_PASSWORD: "yes" MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
......
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