From 8e1922fce79484ccb53ba5fa88457cea40280d1a Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 19 Feb 2019 16:53:48 +0800 Subject: [PATCH] =?UTF-8?q?docker-compose=E4=B8=AD=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=BF=87=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docker-compose.yml中delos使用的image版本还是1.0.0,与 https://github.com/thx/rap2-dolores 中的master版本没有对齐,导致使用rap2-dolores新版本的时候页面报错。 --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index beb5e35..c485e74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,8 @@ services: # build from ./Dockerfile # build: . # build from images - image: blackdog1987/rap2-delos:1.0.0 + # you can find last tag from https://hub.docker.com/r/blackdog1987/rap2-delos + image: blackdog1987/rap2-delos:2.6.aa3be03 environment: # if you have your own mysql, config it here, and disable the 'mysql' config blow - MYSQL_URL=rap2-mysql # links will maintain /etc/hosts, just use 'container_name'