From 44a65e4bf5bd0bfd116b15b20b41f8e90f5fa32f Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 12 Jan 2020 16:45:02 +0800 Subject: [PATCH] Update installation_docker.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 当 mysql 版本过高,导致docker-compose 启动失败时的快速解决方案 --- walle-web.io/docs/2/zh-cn/installation_docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/walle-web.io/docs/2/zh-cn/installation_docker.md b/walle-web.io/docs/2/zh-cn/installation_docker.md index 368b76f..8135d04 100644 --- a/walle-web.io/docs/2/zh-cn/installation_docker.md +++ b/walle-web.io/docs/2/zh-cn/installation_docker.md @@ -174,5 +174,6 @@ docker-compose down ``` ## Error -如果遇见一下错误,请docker-compose down之后再docker-compose up一次就可以了,这是mysql没有初始化完,就启动了python-server +* 如果遇见一下错误,请docker-compose down之后再docker-compose up一次就可以了,这是mysql没有初始化完,就启动了python-server ![permission](/docs/2/zh-cn/static/docker-error.png) +* 如果遇见walle-python容器链接访问 mysql 失败,请尝试在docker-compose yaml 文件中制定 mysql 版本 (亲测 mysql:5.7 镜像启动成功)