From afa42d97117a7b00f7e9ea6798533b7e7ec58d52 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 15 Apr 2019 19:51:50 -0400 Subject: [PATCH] Making things by-the-book --- templates/Pydio-Cells/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/templates/Pydio-Cells/0/docker-compose.yml index 70ab04a..f7030ca 100644 --- a/templates/Pydio-Cells/0/docker-compose.yml +++ b/templates/Pydio-Cells/0/docker-compose.yml @@ -34,7 +34,7 @@ services: - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /RancherCattle/${DATA_DIR}:/root/.config/pydio/cells mysql: - image: mysql:5 + image: mysql:5.7 command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci] dns: # Using Cloudflare DNS - 1.1.1.1