From ab61bc3f519f7904f628644610734da808eca8cf Mon Sep 17 00:00:00 2001 From: schlaubinski <47644566+schlaubinski@users.noreply.github.com> Date: Thu, 14 Feb 2019 22:34:18 +0100 Subject: [PATCH] Update README.md Fixed version of mySQL container to 5.7 due to authentication issues with newest version 8.0. --- etherpad-lite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad-lite/README.md b/etherpad-lite/README.md index e616342..a8173f5 100644 --- a/etherpad-lite/README.md +++ b/etherpad-lite/README.md @@ -28,7 +28,7 @@ First you need a running mysql container, for example: ```bash $ docker network create ep_network -$ docker run -d --network ep_network -e MYSQL_ROOT_PASSWORD=password --name ep_mysql mysql +$ docker run -d --network ep_network -e MYSQL_ROOT_PASSWORD=password --name ep_mysql mysql:5.7 ``` Finally you can start an instance of Etherpad Lite: